Exception « Version « JPA Q&A





1. New version of Nhibernate throws exception for the following HQL. It worked perfectly fine for the older version of 1.2    stackoverflow.com

FROM ConsumerCaseReferralImpl as  ccr  INNER JOIN ccr.Consumer as  c where c.Id = ccr.Consumer.Id AND ccr.Status =:status AND  (SELECT  COUNT ( elements(c.CaseHistory))) = 0 .
If anybody knows ...

2. Exceptions in version 3.1.2 behaving differently than 3.0.5    forum.hibernate.org

We are using Weblogic server 8.1 for our EJB container and Weblogic portal 8.1 to implement our UI. We have a set of business services that are exposed as stateless session beans. We are in the process of upgrading our hibernate version from 3.0.5 to 3.1.2. We are using container managed transactions and each bean method runs in a JTA transaction. ...

3.  Exception with compos    forum.hibernate.org

Author Message sram Post subject: Exception with compos Posted: Fri Feb 23, 2007 1:18 pm Newbie Joined: Fri Feb 16, 2007 1:02 pm Posts: 2 Hibernate with Spring. Iam unable to get a load working with a composite key: Exception in thread "main" org.springframework.orm.hibernate3.HibernateSystemException: Unknown entity: com.fxfn.misp.dto.AttemptTO; nested exception is org.hibernate.MappingException: Unknown entity: com.fxfn.misp.dto.AttemptTO Caused by: org.hibernate.MappingException: ...

4. What Exception on Version checking    forum.hibernate.org