sarmbruster / neo4jsample

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

Failing to run with Neo4j 1.1.1 #6

Open aryasenin opened 10 years ago

aryasenin commented 10 years ago

Hi, Since I upgraded from neo4j 1.0.1 to 1.1.1, i can't start my app anymore. I keep having that error: "Error Fatal error during compilation org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL [jar:file:/Users/.grails/ivy-cache/org.grails/grails-hibernate/jars/grails-hibernate-2.2.3.jar!/org/codehaus/groovy/grails/compiler/gorm/GormTransformer.class]; nested exception is java.lang.NoClassDefFoundError: org/springframework/core/type/classreading/AnnotationMetadataReadingVisitor".

Could you give me a hand please ? Note that the Hibernate plugin is not used.

Regards