Community
Participate
Working Groups
Hi Everyone ! A minor bug that is very easy to work around : when using the new remote locking capabilities of CDO by opening a transaction using its durable locking ID, if I create a push transaction and import changes from a file, the following state occurs : pushTransaction.isDirty() return falses although pushTransaction.getDelegate().isDirty() returns true. It seems raisonnable to add || delegate.isDirty() in the CDOPushTransaction.isDirty() method. What do you think ?
Analyzing in 4.1 first and prting back to 4.0 eventually.
Fix for 4.0 is in bug 358055.
Committed revision 9171
Closing.