Community
Participate
Working Groups
In org.eclipse.ecf.core.sharedobject.TwoPhaseCommitEventProcessor, which is used by TransactionSharedObject, the SharedObjectCommitEvent is sent/serialized to convey that the transactional replication of the shared object is successfully completed. The SharedObjectCommitEvent should be Serializable, and it was at one time, but with a change to the superclass hierarchy the class was not defined as Serializable.
Fix applied (added implements Serializable to SharedObjectCommitEvent class) and released to HEAD and Release_3_3 streams.
Resolving as fixed.