1. Hibernate: merge more than once causes OptimisticLockException coderanch.comHi all, I am using Hibernate 3.2 with JBoss 4.2.3. In our application we have to merge a detached entity multiple times. The entity is created and persisted in a business module; and in later stages it is modified and the update is persisted in various business modules. Every business module has a new transaction scope and so the entity becomes ... |
2. |
3. merge more than once causes OptimisticLockException forum.hibernate.orgHi, I am using Hibernate 3.2 with JBoss 4.2.3. In our application we have to merge a detached entity multiple times. The entity is created and persisted in a business module; and in later stages it is modified and the update is persisted in various business modules. Every business module has a new transaction scope and so the entity becomes detached ... |