I am getting this exception in a controller of a web application based on spring framework using hibernate. I have …
java hibernate spring exception staleobjectstateController Logic: def updateObject() { Object o = Object.get(params.id as Long) o.otherObjects.clear() objectDataService.saveObject(o.id) OtherObject …
hibernate grails gorm staleobjectstate