Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Version 2, Version 2.1, Version 2.2
-
None
-
Windows 2000, jdk 1.4.2_08
Description
I found a bug in apache xmlbeans 2.2.0.
Find attached two classes that show the problem.
If you use:
xbean.jar (xmlbeans 2.2.0)
xbean_xpath.jar (xmlbeans 2.2.0)
jsr173_1.0_api.jar (included in xmlbeans 2.2.0)
You will get a 'WHAT!!!!' message.
If you use:
xbean.jar (xmlbeans 1.0.4)
xbean_xpath.jar (xmlbeans 1.0.4)
You will get a 'This is what I'm expecting' message.
The problem is that the method Cursor.toNextSibling(String) doesn't use the argument.