Ok, so I am about to go crazy, if someone could give me a hint I would be SO happy :-)
I have a hibernate based app that runs fine on two App servers (JBoss and BEA), but not on another (same BEA version)...
The error I keep getting is:
Code:
java.lang.NoSuchMethodError: hints at
org.hibernate.cfg.annotations.QueryBinder.bindQuery(QueryBinder.java:44)
at org.hibernate.cfg.annotations.QueryBinder.bindQueries(QueryBinder.java:179)
at org.hibernate.cfg.AnnotationBinder.bindQueries(AnnotationBinder.java:197)
at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:335)
at org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType(AnnotationConfiguration.java:276)
at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:210)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1168)
I am not using the "hints" annotation anywhere, but I don't think hat can be it, right?
Any help would be appreciated....