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

Hudson commented on AXIOM-288:
------------------------------

Integrated in Axis2 #2304 (See [https://builds.apache.org/job/Axis2/2304/])
    Resolved a todo item; the required scenario is now supported by the change 
introduced in AXIOM-288. (Revision 1484913)

     Result = UNSTABLE
veithen : 
Files : 
* 
/axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/message/util/Reader2Writer.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:
> <a>
>   <b>
>     <c>some content</c>
>   </b>
>   <d>
>      <e>more content</e>
>   </d>
> </a>
> Technically it should be possible to consume the <b> element (using e.g. 
> getXMLStreamReaderWithoutCaching on the corresponding OMElement), while still 
> allowing the builder to build the nodes starting from <d>. 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to