Container of root object is non-null after endLogging()
-------------------------------------------------------
Key: TUSCANY-1164
URL: https://issues.apache.org/jira/browse/TUSCANY-1164
Project: Tuscany
Issue Type: Bug
Components: Java SDO Implementation
Affects Versions: Java-SDO-M3
Reporter: Kelvin Goodson
When change logging is turned off on a root data object which has a
ChangeSummary property, the DataObject becomes contained by the
ChangeSummaryImpl (test case to be appended)
I believe that the issue is associated with the assumptions behind the EMF code
at line 272 of ChangeRecorder.java (EMF 2.2.2) in the consolidateChanges()
method
if (eObject.eContainer() == null && eObject.eResource() == null)
{
if (originalTargetObjects.contains(eObject))
{
orphanedObjects.add(eObject);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]