grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Fatal error during compilation #30

Open jpalmer1026 opened 9 years ago

jpalmer1026 commented 9 years ago

I'm having difficulties installing the plugin. I'm using Grails 2.2.3 and the exception I'm getting is:

Fatal error during compilation org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL [jar:file:/Users/jeff/.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

wureka commented 9 years ago

Why not try Grails 2.4? This plugin works in Grails 2.4.x