Description
Test class XPathAxisTest: tests #testIndex0Descendant to #testIndex3Descendant.
The used xpath query is
/jcr:root/testroot//*[0]
which apparently gets transformed into a bad SQL2 query, that yields the following error at execute time:
Caused by: java.text.ParseException: Query: select [jcr:path], [jcr:score], * from [nt:base] as a where 0(*)is not null and isdescendantnode(a, '/testroot'); expected: NOT, (
Attachments
Issue Links
- is blocked by
-
OAK-203 Basic same name sibling support
- Closed