Return-Path: X-Original-To: apmail-ws-dev-archive@www.apache.org Delivered-To: apmail-ws-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC722119A8 for ; Sun, 12 May 2013 10:49:20 +0000 (UTC) Received: (qmail 32037 invoked by uid 500); 12 May 2013 10:49:18 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 31852 invoked by uid 500); 12 May 2013 10:49:17 -0000 Mailing-List: contact dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list dev@ws.apache.org Received: (qmail 31330 invoked by uid 99); 12 May 2013 10:49:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 May 2013 10:49:16 +0000 Date: Sun, 12 May 2013 10:49:16 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ws.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIOM-431) SOAP envelopes created by ApplicationXMLBuilder lead to OMException during parse when imported via ElementHelper MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIOM-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655510#comment-13655510 ] Hudson commented on AXIOM-431: ------------------------------ Integrated in ws-axiom-trunk #1517 (See [https://builds.apache.org/job/ws-axiom-trunk/1517/]) * AXIOM-201: Ensure that getXMLStreamReader expands OMSourcedElements only if strictly necessary. * AXIOM-431: Fully support the scenario (getting an XMLStreamReader from a programmatically created element with an incomplete descendant) with cache=false. (Revision 1481499) Result = SUCCESS veithen : Files : * /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMContainerHelper.java * /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/SwitchingWrapper.java * /webservices/axiom/trunk/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/OMImplementationTest.java * /webservices/axiom/trunk/modules/axiom-impl/src/test/java/org/apache/axiom/om/impl/llom/OMImplementationTest.java > SOAP envelopes created by ApplicationXMLBuilder lead to OMException 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 > Assignee: Andreas Veithen > 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