Community
Participate
Working Groups
Build Identifier: M20100909-0800 This is to report some problems with Objectivity implementation for CDO. We are building a CDO store targetted toward HyperGraph db that we will probably share with the community soon and we have tested many of the store implementations currently provided and determined that Objectivity was the closest to what we wanted to achieve, so we used that to inspire our selves on how we should design our store. We have tried to stay as close as possible to original design of Objectivity store and ended with a pretty structurally similar implementation. After making some progress with our implementation, we started testing it using the cdo suite, and encountered some errors that were related to the design and implementation used in Objectivity. I will be trying to report those errors here and provide patches whenever I can. Reproducible: Always
Created attachment 191330 [details] Patch for dealing with writeRevisionDelta Proposition of a small patch for writeRevisionDelta that would fix some of teh problems encountered when running tests on objectivity store.
+ Remark : This bug reported is based on cdo version 3, and the product retrieved from the version 3 release branch. + Also have small question regarding a condition in the class : ObjyObject (revision 6059) at line 1116 : if (containerId.equals(objectId) || resourceId.equals(objectId)) { childObjyObject.setVersion(-childVersion); } I wonder if this condition is accurate and will it be verified, when verified it may cause the version to be set to -version twice.
Moving all open problem reports to 4.0
Moving all open bug reports to 4.1 because the release is very near and it's hghly unlikely that there will be spare time to address 4.0 problems. Please make sure that your patches can be applied against the master branch and that your problem is not already fixed there!!!
Moving all open issues to 4.2. Open bugs can be ported to 4.1 maintenance after they've been fixed in master.
We'll try to address open problems in 4.3 (master) first and then port fixes back to 4.2.
Moving all open bugzillas to 4.5.
Moving all unaddressed bugzillas to 4.6.
Moving all open bugs to 4.7
Moving all unresolved issues to version 4.8-
Objectivity support has been deprecated, see bug 552307.