Hey all,

I am trying to integrate spring data - jpa with grails. So far it's been going well, but i want to use Specifications in my findAll method. Now i got STS java annotation processing up and running, and generating the MetaModel classes, but it seems like these classes aren't being added when groovy compiles the app, so when doing a grails run-app. Error message i get is "cannot find symbol" when trying to import the metamodel class. Please any help for this is appreciated, or a workaround. thanks.