Hi!
I am having problem with running my hibernate web application on Sun app server. I have found similar problems on google but none have helped me to solve my problem.
I am getting the following exception:
Code:
org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [from mht.idys.beans.user.User where userid=:id and PASSWORD=:pwd]
Some says that this is a class loader problem and removing antlr.jar from my WAR file will fix it. But it did not help.
Any suggestions?