[jboss-user] [JBoss Seam] - Hibernate in Weblogic10 : class not found exception

kumanan_jboss do-not-reply at jboss.com
Wed Oct 24 07:11:16 EDT 2007


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>
 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098247#4098247

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098247



More information about the jboss-user mailing list