You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "David T. Adcox (JIRA)" <tu...@ws.apache.org> on 2008/01/25 19:13:34 UTC

[jira] Created: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

XMLDocument object's rootElement member not intialized properly
---------------------------------------------------------------

                 Key: TUSCANY-2014
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Implementation
    Affects Versions: Java-SDO-Next
         Environment: n/a
            Reporter: David T. Adcox
             Fix For: Java-SDO-Next


This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 

Investigation is underway.  

-- 
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


[jira] Updated: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-2014:
------------------------------------

    Attachment: Test2014.java

This class will demonstrate this problem.

> XMLDocument object's rootElement member not intialized properly
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-2014
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Next
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-Next
>
>         Attachments: Test2014.java
>
>
> This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 
> Investigation is underway.  

-- 
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


[jira] Updated: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-2014:
------------------------------------

    Attachment: Test2014.java

A bit cleaner sample of the problem.

> XMLDocument object's rootElement member not intialized properly
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-2014
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Next
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-Next
>
>         Attachments: Test2014.java
>
>
> This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 
> Investigation is underway.  

-- 
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


[jira] Commented: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

Posted by "Brandon Werner (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592280#action_12592280 ] 

Brandon Werner commented on TUSCANY-2014:
-----------------------------------------

Has there been any progress on this issue since it was reported?

> XMLDocument object's rootElement member not intialized properly
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-2014
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Next
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-Next
>
>         Attachments: Test2014.java
>
>
> This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 
> Investigation is underway.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-2014:
------------------------------------

    Attachment:     (was: Test2014.java)

> XMLDocument object's rootElement member not intialized properly
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-2014
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Next
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-Next
>
>         Attachments: Test2014.java
>
>
> This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 
> Investigation is underway.  

-- 
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


[jira] Commented: (TUSCANY-2014) XMLDocument object's rootElement member not intialized properly

Posted by "Amita Vadhavkar (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566500#action_12566500 ] 

Amita Vadhavkar commented on TUSCANY-2014:
------------------------------------------

Please comment on importance of this fix to be included in 1.1-incubating release (ongoing) and it will be very helpful if you can provide a patch for it.
-Regards

> XMLDocument object's rootElement member not intialized properly
> ---------------------------------------------------------------
>
>                 Key: TUSCANY-2014
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2014
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-Next
>         Environment: n/a
>            Reporter: David T. Adcox
>             Fix For: Java-SDO-Next
>
>         Attachments: Test2014.java
>
>
> This problem occurs during a roundtrip operation where a new SDO Type is created, then an instance DO is created from that type.  That instance DO is then serialized to an XML document.  Then, using XMLHelper.load(String), the document is loaded into an XMLDocument object.  When that object is inspected, the rootElement member is not set properly, implying there is either something wrong with the serialization of the DO or the deseriazliation of the xml document. 
> Investigation is underway.  

-- 
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