[
https://issues.apache.org/jira/browse/AXIOM-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen resolved AXIOM-63.
----------------------------------
Resolution: Fixed
> OMXMLStreamReaderValidator incorrectly reports mismatched END_ELEMENT events
> ----------------------------------------------------------------------------
>
> Key: AXIOM-63
> URL: https://issues.apache.org/jira/browse/AXIOM-63
> Project: Axiom
> Issue Type: Bug
> Components: API
> Affects Versions: 1.2.9
> Reporter: Andreas Veithen
> Assignee: Andreas Veithen
> Priority: Minor
> Fix For: 1.2.12
>
>
> The code in OMXMLStreamReaderValidator implicitly makes the assumption that
> the parser state (event) may only change during calls to next(). This is
> incorrect, because calls to getElementText() and nextTag() also consume
> events from the parser. This sometimes causes OMXMLStreamReaderValidator to
> report mismatched END_ELEMENT events although the sequence of events produced
> by the parent XMLStreamReader is correct. An example of this can be seen in
> AXIS2-4854.
--
This message is automatically generated by JIRA.
-
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]