1. StaleObjectStateException in spite of identical versions forum.hibernate.orgHello, we are trying to use Hibernate with optimistic concurrency control. Our entities have the "@version" annotation so that hibernate can check if there has been an update from user B during the timespan from when user A has loaded the entity until user A commits his changes. So let's assume that user A loads the entity (with the version 1, ... |
2. StaleObjectStateException with Version forum.hibernate.orgAuthor Message eldiosyeldiablo Post subject: StaleObjectStateException with Version Posted: Fri May 27, 2005 11:39 am Beginner Joined: Mon Jun 21, 2004 2:41 pm Posts: 40 Hibernate version: 2.1.7c I am getting an error when I try to update a value on my record and do a saveOrUpdate call on it. The problem is that I would sweare that this ... |
3. Version check not throwing StaleObjectStateException forum.hibernate.orgNeed help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp [b3.0.5[/b] [b]Mapping documents(Fragment): |