You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Leonid Rozenblyum (JIRA)" <ji...@apache.org> on 2008/04/21 15:17:21 UTC

[jira] Created: (BETWIXT-62) beanReader incorrectly parses syntaxically correct XML

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.