[
https://issues.apache.org/jira/browse/AXIOM-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556538#comment-13556538
]
Hudson commented on AXIOM-201:
------------------------------
Integrated in ws-axiom-trunk #1371 (See
[https://builds.apache.org/job/ws-axiom-trunk/1371/])
AXIOM-201: Consolidated the test cases to increase the code coverage and
fixed an issue. (Revision 1434874)
Result = FAILURE
veithen :
Files :
*
/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/src/main/java/org/apache/axiom/om/impl/common/OMContainerHelper.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-impl/src/test/java/org/apache/axiom/om/impl/llom/OMImplementationTest.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/element/TestGetXMLStreamReaderWithOMSourcedElementDescendant.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/sourcedelement/TestSerialize.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/sourcedelement/TestSerializeAndConsumeToXMLWriterEmbedded.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/sourcedelement/TestSerializeToXMLWriterEmbedded.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/om/sourcedelement/TestSerializeToXMLWriterFromReaderEmbedded.java
*
/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/strategy/ExpansionStrategy.java
> OMSourcedElement is always expanded when getXMLStreamReader is used on one of
> its ancestors
> -------------------------------------------------------------------------------------------
>
> Key: AXIOM-201
> URL: https://issues.apache.org/jira/browse/AXIOM-201
> Project: Axiom
> Issue Type: Bug
> Affects Versions: 1.2.8
> Reporter: Andreas Veithen
> Assignee: Andreas Veithen
> Priority: Minor
> Fix For: 1.2.15
>
>
> Scenario: getXMLStreamReader is called on an OMElement that has an
> OMSourcedElement as one of its descendents.
> Result: After the XMLStreamReader has been consumed, the OMSourcedElement is
> expanded, even if it is backed by a data source that supports non destructive
> reads.
> When encountering an OMSourcedElement, StAXOMWrapper should insert the events
> from the XMLStreamReader produced by the OMDataSource instead of generating
> the events by traversing the OMSourcedElement (which results in its
> expansion). This is currently not implemented.
--
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]