sarmbruster / neo4jsample

Sample application for the neo4j grails plugin
http://blog.armbruster-it.de/tag/neo4j/
19 stars 12 forks source link

no "prototype" #1

Closed spranger closed 12 years ago

spranger commented 12 years ago

After downloading the sample project into a grails-2.0.1 environment and setting an "embedded" datasource, I get some WARNings converning WebxmlGrailsPlugin and GrailsUtil. But the app starts.

I created some speakers, talks and attendees.

on http://localhost:8080/neo4jsample/neo4j/domain I get a

org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Error executing tag : No module found with name [prototype]

sarmbruster commented 12 years ago

Confirmed. Will be fixed in the next milestone release. As a workaround, create a resource definition for 'prototype' in your app's clone, see grails resource plugin docs for details. And add prototype.js to web-app/js.

sarmbruster commented 12 years ago

https://github.com/SpringSource/grails-data-mapping/commit/6ef699ef1e6627b2e6817f5f738e1db580d613b4