Skripnikov wrote:
I have following data mode -l dg:site->dg:buyer->dg:notice->dg:langProperty.
Quering with XPath "//dg:site/dg:buyer/dg:notice/.." gives a set of
dg:langProperty but as long as I know should give a set of dg:buyer.
Or am I making something wrong?
The parent axis is not implemented in jackrabbit because it is not a mandatory
jcr 170 feature. The query manager should actually throw an exception instead of
silently returning the wrong nodes.
I've created a jira issue:
http://issues.apache.org/jira/browse/JCR-719
Thanks for reporting this issue.
regards
marcel