Hi all,

I am using Spring Data JPA 1.0.2.RELEASE and it doesn't seem to be validating my JPQL queries at bootstrap time that I have setup on my repository interface using the @Query annotation. Do I need to enable some post processor bean or change some config somewhere to turn this on?

Also if someone could briefly explain how this validation is done this would be great as I'd like to port it to another project that I am working on which uses Hades Generic DAO (this was the old Spring Data JPA project).

Thanks,
Mark