beanReader incorrectly parses syntaxically correct XML
------------------------------------------------------
Key: BETWIXT-62
URL: https://issues.apache.org/jira/browse/BETWIXT-62
Project: Commons Betwixt
Issue Type: Bug
Environment: JDK 1.5
Reporter: Leonid Rozenblyum
The bug can be reproduced in betwixt ver 0.7 и 0.8:
if call consequently:
beanReader.parse(<valid XML>);
beanReader.parse(<syntaxically correct XML, that is not corresponding to beans>)
then the second call will return the same object as the first.
If we call second parse separately — it will return null as expected
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.