You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org> on 2007/03/21 11:02:32 UTC

[jira] Resolved: (TUSCANY-1164) Container of root object is non-null after endLogging()

     [ https://issues.apache.org/jira/browse/TUSCANY-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson resolved TUSCANY-1164.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Java-SDO-Mx)
                   Java-SDO-M3

> 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
>             Fix For: Java-SDO-M3
>
>         Attachments: RootContainedByChSumTestCase.java
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org