| Re: [ecf-dev] SharedObject API Problem: Serialization Problem when adding TransactionSharedObject |
|
Hi Jan, On 9/4/2010 5:46 PM, Jan Novacek wrote: Hello, Thanks.
No, this was a regression caused by changing the class hierarchy for SharedObjectCommitEvent sometime after 0.5.2 (I can't remember exactly when at the moment). I created this bug to track this problem: https://bugs.eclipse.org/bugs/show_bug.cgi?id=324531 The fix was simple...to make SharedObjectCommitEvent class Serializable. I also added test code to org.eclipse.ecf.tests.sharedobject test bundle to reproduce this error in the existing code (which I did), and then test the fix (also done). I've released the fix to ECF HEAD (3.4) and Release_3_3 (3.3.1) streams. Thanks for the report. Scott |