getPullParser methods generated by ADB are broken
-------------------------------------------------
Key: AXIS2-4413
URL: https://issues.apache.org/jira/browse/AXIS2-4413
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Reporter: Andreas Veithen
When working on the ADB test suite, I noticed that the getPullParser methods
generated by ADB don't work properly. 98 (!) out of 114 existing test cases
(working properly with serialize or getOMElement) fail when trying to use
getPullParser.
Probably this is the reason why ADBDataSource#getReader builds an Axiom tree
from the bean and gets the XMLStreamReader from this tree (which is highly
inefficient) instead of using getPullParser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.