Community
Participate
Working Groups
With the new ensureReferentialIntegrity option a repository, during commit, checks incoming cross references of detached objects. Currently only the IDs of referencing objects are transferred to tehe committing client in form of a single String message. To enable clients to better deal with this situation a ReferentialIntegrityException with full XRef infos is needed.
Created attachment 186182 [details] Patch v1 - for future reference
Committed to HEAD. Now we have: public class ReferentialIntegrityException extends CommitException { public List<CDOObjectReference> getXRefs(); }
Available in R20110608-1407