You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2012/12/30 15:44:12 UTC

[jira] [Commented] (AXIOM-431) SOAP envelopes created by ApplicationXMLBuilder lead to OMExeption during parse when imported via ElementHelper

    [ https://issues.apache.org/jira/browse/AXIOM-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541087#comment-13541087 ] 

Hudson commented on AXIOM-431:
------------------------------

Integrated in ws-axiom-trunk #1311 (See [https://builds.apache.org/job/ws-axiom-trunk/1311/])
    Expanded the code coverage generated by TestSerializeToXMLWriterFromReader and fixed an issue that caused OMSourcedElement#getXMLStreamReaderWithoutCaching to unnecessarily build nodes. This also sheds some light on AXIOM-201 and AXIOM-431. (Revision 1426927)

     Result = SUCCESS
veithen : 
Files : 
* /webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMNavigator.java
* /webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/OMTestSuiteBuilder.java
* /webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/sourcedelement/TestSerializeToXMLWriterFromReader.java

                
> SOAP envelopes created by ApplicationXMLBuilder lead to OMExeption during parse when imported via ElementHelper
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-431
>                 URL: https://issues.apache.org/jira/browse/AXIOM-431
>             Project: Axiom
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.2.13
>            Reporter: detelin.hadzhiev@softwareag.com
>             Fix For: 1.2.15
>
>         Attachments: StaxWrapperNPETest.java
>
>
> That causes ApplicationXMLBuilder to load the message into an unbuilt OMElement. This OMElement must be built before it can be imported via ElementHelper utility class. The unit test attached to this JIRA issue demonstrates the problem.
> The error is because the OMElement produced by ApplicationXMLBuilder needs to be built before it can be passed to the ElementHelper#importOMElement() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org