Community
Participate
Working Groups
Cloned from: 353167: CDOSavePoint and Reattachment issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=353167 Build Identifier: CDO 4.0 GA 1) Open a CDO Transaction on a resource. 2) Delete one object (dummyObject) from its container. 3) Create a CDOSavePoint 4) Undo the delete operation 5) Create a CDOSavePoint 6) Modify the dummyObject, let say change one of its attributes for instance its name. 7) Create a CDOSavePoint. 8) Commit the CDO transaction. >> The modification made at step 6 is not committed due to the fact the dummyObject was contained in getSharedDetachedObjects. See the post at the following link to have the whole explanation : http://www.eclipse.org/forums/index.php/mv/msg/222265/702727/#msg_702727 Stephane. Reproducible: Always
Created attachment 200421 [details] Fix
Committed revision 8823: - branches/4.0-maintenance/plugins/org.eclipse.emf.cdo - branches/4.0-maintenance/plugins/org.eclipse.emf.cdo.tests
Resolved.
Closing.