1. Hibernate exception while saving with cascade="save-update" stackoverflow.comHere is my hbm and test code respectively. I am using Spring's HibernateTemplate. I doesn't use DAO. Hibernate 2.2.5 with Spring 2.0.7 hbm
|
2. Flush during cascade is Dangerous Exception in Hibernate forum.hibernate.orgDear Gurus, i am use Jboss seam and Ejb 3.0 in my project. and i use the Hibernate for seach. i am new to hibernate. when i access my project page , It is raising "Flush during cascade is Dangerous" Exception . When only single user is accessing it is working fine. But when one more than one user is trying ... |
3. Flush during cascade is dangerous Exception forum.hibernate.orghai every one this is my project environment jboss seam: 2.1.0.A1 jboss server:4.2.2.GA I my page I display the huge amount of data displayed in the table form I fetch those data by using EJP 3 by using PersistenceContext When more than one person try to access that particular page at a time I got following exception How can I fix ... |