You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/02/19 18:09:06 UTC

[jira] Created: (AXIS2-2217) JAXWS XMLSpineImpl is not properly closing ancestor om nodes

JAXWS XMLSpineImpl is not properly closing ancestor om nodes
------------------------------------------------------------

                 Key: AXIS2-2217
                 URL: https://issues.apache.org/jira/browse/AXIS2-2217
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Rich Scheuerle
         Assigned To: Rich Scheuerle


The XMLSpineImpl code adds an OMSourcedElement that represents the body contents.
In such cases, the parser is consumed while building the JAXB object.
XMLSpineImpl marks the ancestor OM objects as "complete", which should fully complete the tree.

However the code that marks the ancestors as complete is not correct.  It is only is considering the OMElement ancestors...not the OMContainerEx code.



-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2217) JAXWS XMLSpineImpl is not properly closing ancestor om nodes

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-2217.
-----------------------------------

    Resolution: Fixed

> JAXWS XMLSpineImpl is not properly closing ancestor om nodes
> ------------------------------------------------------------
>
>                 Key: AXIS2-2217
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2217
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> The XMLSpineImpl code adds an OMSourcedElement that represents the body contents.
> In such cases, the parser is consumed while building the JAXB object.
> XMLSpineImpl marks the ancestor OM objects as "complete", which should fully complete the tree.
> However the code that marks the ancestors as complete is not correct.  It is only is considering the OMElement ancestors...not the OMContainerEx code.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2217) JAXWS XMLSpineImpl is not properly closing ancestor om nodes

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle updated AXIS2-2217:
----------------------------------

    Attachment: patch.txt

> JAXWS XMLSpineImpl is not properly closing ancestor om nodes
> ------------------------------------------------------------
>
>                 Key: AXIS2-2217
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2217
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> The XMLSpineImpl code adds an OMSourcedElement that represents the body contents.
> In such cases, the parser is consumed while building the JAXB object.
> XMLSpineImpl marks the ancestor OM objects as "complete", which should fully complete the tree.
> However the code that marks the ancestors as complete is not correct.  It is only is considering the OMElement ancestors...not the OMContainerEx code.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2217) JAXWS XMLSpineImpl is not properly closing ancestor om nodes

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle updated AXIS2-2217:
----------------------------------

    Component/s: jaxws

> JAXWS XMLSpineImpl is not properly closing ancestor om nodes
> ------------------------------------------------------------
>
>                 Key: AXIS2-2217
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2217
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>
> The XMLSpineImpl code adds an OMSourcedElement that represents the body contents.
> In such cases, the parser is consumed while building the JAXB object.
> XMLSpineImpl marks the ancestor OM objects as "complete", which should fully complete the tree.
> However the code that marks the ancestors as complete is not correct.  It is only is considering the OMElement ancestors...not the OMContainerEx code.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org