ADBXMLStreamReaderImpl generates unexpected START_DOCUMENT events
-----------------------------------------------------------------
Key: AXIS2-4271
URL: https://issues.apache.org/jira/browse/AXIS2-4271
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: nightly
Reporter: Andreas Veithen
Assignee: Andreas Veithen
Priority: Minor
When trying to build Axis2 trunk with Axiom 1.2.9-SNAPSHOT (instead of 1.2.8),
I noticed a regression in RPCCallTest#testCompanyArray related to the fact that
StAXOMBuilder#next() no longer accepts START_DOCUMENT events: if a
START_DOCUMENT event is received from the underlying parser in the middle of
the document, an exception is triggered (This behavior changed in r744780).
Obviously this should never happen if the XMLStreamReader behaves correctly,
but under some circumstances ADBXMLStreamReaderImpl generates this type of
events.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.