1. HibernateOptimisticLockingFailureException while updating an object stackoverflow.comI am getting following exception while updating an object. HibernateOptimisticLockingFailureException: Object of class [User] with identifier [25614]: optimistic locking failed; nested exception is org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction ... |
2. HibernateOptimisticLockingFailureException solved!!! forum.hibernate.orgHibernate version: -2.1 Mapping documents: Code between sessionFactory.openSession() and session.close(): -all done in springframework Full stack trace of any exception that occurs: You know the exeption I'm talking about! Name and version of the database you are using: Oracle 9i Ok so last week I was dying to post to this group. We were having optimistic locking problems all the time ... |
3. HibernateOptimisticLockingFailureException on loadAll() forum.hibernate.orgAuthor Message roarrrr Post subject: HibernateOptimisticLockingFailureException on loadAll() Posted: Thu Jun 19, 2008 8:00 am Newbie Joined: Wed May 21, 2008 7:34 am Posts: 3 Hi I am stick bigtime on a Optimistic Locking Failure Exception, when I try to do a simple loadAll() call. I have tried to isolate tre problem as much as I can. So what ... |