Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
Description
The following code fails with a NoSuchElementException:
LazyDynaBean bean = new LazyDynaBean();
bean.set("test", null);
JXPathContext context = JXPathContext.newContext(bean);
context.iterate("test").next();
Replacing the value in the bean for anything but null works as expected.
Attachments
Issue Links
- duplicates
-
JXPATH-128 JXPath support for LazyDynaBean is broken.
- Resolved