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 B3A29DFCD for ; Wed, 22 May 2013 04:09:32 +0000 (UTC) Received: (qmail 86647 invoked by uid 500); 22 May 2013 04:09:24 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 85961 invoked by uid 500); 22 May 2013 04:09:22 -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 85887 invoked by uid 99); 22 May 2013 04:09:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 04:09:20 +0000 Date: Wed, 22 May 2013 04:09:20 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ws.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIOM-288) Allow the builder to continue building the Axiom tree after an element has been consumed 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-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663744#comment-13663744 ] Hudson commented on AXIOM-288: ------------------------------ Integrated in ws-axiom-trunk #1552 (See [https://builds.apache.org/job/ws-axiom-trunk/1552/]) AXIOM-288: Fixed an issue if the first event after switching to pull-through mode is an END_ELEMENT. (Revision 1484902) Result = SUCCESS veithen : Files : * /webservices/axiom/trunk/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/serializer/pull/AbstractWrapper.java * /webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/OMTestSuiteBuilder.java * /webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/element/TestGetXMLStreamReaderOnNonRootElementPartiallyBuilt.java > Allow the builder to continue building the Axiom tree after an element has been consumed > ---------------------------------------------------------------------------------------- > > Key: AXIOM-288 > URL: https://issues.apache.org/jira/browse/AXIOM-288 > Project: Axiom > Issue Type: Improvement > Affects Versions: 1.2.8 > Reporter: Andreas Veithen > Assignee: Andreas Veithen > Priority: Minor > Fix For: 1.2.15 > > > Consider the following document: > > > some content > > > more content > > > Technically it should be possible to consume the element (using e.g. getXMLStreamReaderWithoutCaching on the corresponding OMElement), while still allowing the builder to build the nodes starting from . However this is not currently supported by Axiom. -- 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