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

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

detelin.hadzhiev@softwareag.com created AXIOM-431:
-----------------------------------------------------

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




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


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

Posted by "detelin.hadzhiev@softwareag.com (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

detelin.hadzhiev@softwareag.com updated AXIOM-431:
--------------------------------------------------

    Attachment: StaxWrapperNPETest.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
>         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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


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

Posted by "detelin.hadzhiev@softwareag.com (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

detelin.hadzhiev@softwareag.com updated AXIOM-431:
--------------------------------------------------

    Description: 
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.
    
> 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
>         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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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


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

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

Andreas Veithen updated AXIOM-431:
----------------------------------

    Fix Version/s: 1.2.15

Fixing this will require some work. I will probably do this together with AXIOM-201 for 1.2.15.
                
> 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