Greetings,
I am try to use annotated entities with the above two combination (core 3.2.0-RC3 and Annotation 3.2.0 RC1) and I get this error:
Code:
Caused by: java.lang.NoClassDefFoundError: org/hibernate/loader/custom/SQLQueryReturn
at org.hibernate.cfg.annotations.QueryBinder.bindSqlResultsetMapping(QueryBinder.java:293)
at org.hibernate.cfg.AnnotationBinder.bindQueries(AnnotationBinder.java:238)
at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:403)
at org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType(AnnotationConfiguration.java:353)
at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:265)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1210)
A quick look at the core 3.2.0 RC3 jar file does not show the class file, is annotation 3.2.0 RC1 supposed to work with the core 3.2.0. RC3? Thanks
Cheers
Raj