Hi,
I found some info on that error but that was all pertaining to versions of Weblogic < 9.1 (caused by antlr.jar version conflict between antlr from Weblogic and antlr from Hibernate). Supposedly this conflict was resolved with Weblogic version 9.1.
Has anyone experienced that error with Hibernate3 and Weblogic 9.1? How to make this work?
Here's the full error message:
at org.springframework.orm.jpa.JpaTemplate.execute(JpaTemplate.java:183)
... 63 more
Caused by: org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [SELECT count(reqData) FROM com.company.stuff.RequestData reqData
WHERE reqData.status in ('A','B','C')]
at org.hibernate.hql.ast.HqlLexer.panic(HqlLexer.java:57)
at antlr.CharScanner.setTokenObjectClass(CharScanner.java:340)
Thanks,
Bratek
|