Community
Participate
Working Groups
Cloned from: 357400: CDOPushTransaction.isDirty() should call delegate.isDirty() https://bugs.eclipse.org/bugs/show_bug.cgi?id=357400 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 ?
Committed revision 9172: - branches/4.0-maintenance/plugins/org.eclipse.emf.cdo
Resolved. Unfortunately Indigo SR1 is almost out ;-(
Closing.