sarmbruster / neo4jsample

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

Null pointer exception #12

Closed prabjot678 closed 9 years ago

prabjot678 commented 9 years ago

I am using SDN in grails project. so if i keep @NodeEntity class in domain folder,then it throws null pointer exception. if i keep it in services,it works fine. so,can i keep my entity classes in domain .