0 Replies Latest reply on Oct 24, 2007 7:11 AM by kumanan_jboss

    Hibernate in Weblogic10 : class not found exception

    kumanan_jboss

      Hi All,

      I am using JPA/Hibernate in Weblogic 10. While running the application, I am getting the following exception. Can someone help on this.

      Exception caught is : java.lang.IllegalArgumentException : org.hibernate.QueryException : ClassNotFoundException : org.hibernate.hql.ast.HqlToken [select p from ParentProfileEntity p where p.email=?1]

      I am using JBoss's seam framework . Copy of the persistence.xml is given below.

      <persistence-unit name="userDatabase" transaction-type="JTA">
      org.hibernate.ejb.HibernatePersistence
      <jta-data-source>PNDataSource</jta-data-source>








      </persistence-unit>