I am not able to integrate grail's stand alone GORM with Spring.I am getting following compilation error.
Groovy:Unable to run AST transform org.codehaus.groovy.grails.compiler.injection.EntityASTTransformation: missing class org/grails/datastore/gorm/GormValidationApi: are you attempting to use groovy classes in an
AST transform in the same project in which it is defined? http://groovy.codehaus.org/Eclipse+Plugin+2.0.0+FAQ#EclipsePlugin2.0.0FAQ-Q.DoesitsupportcustomASTtransformations%3F @ line 0, column 0.
and following jars in lib
grails-2.0.4.jar
grails-bootstrap-2.0.4.jar
grails-core-2.0.4.jar
grails-hibernate-2.0.4.jar
grails-spring-2.0.4.jar
grails-web-2.0.4.jar