| [news.eclipse.tools.emf] Re: [CDO] CDOSavePoint and rollback question |
Hello Simon,
Now when client 1 rolls back to the save point (without transmitting anything before), all changes in Element1 (made by client 1) and Element2 (by client 2) are undone.False, setSavePoint only apply the changes made locally. in this case only element.setName("sss") will be rolled back.
Is that right? If yes, is there a way to only roll back those changes that were done by client 1 itself (in this case only undo Element1 changes).If this is what you observed it is a problem... it should not be like that. Did you experienced such things ?
When you said you had two clients.... I assumed you had 2 transactions... is it the case?
Best regards, Kai