You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Torgeir Veimo <to...@gmail.com> on 2015/02/11 14:31:06 UTC

finding node with parent specified as uuid (oak 1.1.6)

Is there a way in oak, with xpath queries, to find a node with a
specific parent, given that the parent node is only identified using
the id?

In jackrabbit, I can do something like

//element(*)[../@jcr:uuid = '7e13f9c0-8f79-418e-9f5b-312d1226ee40' ]

but this doesn't work with oak. (Or maybe I'm just missing some index
configuration?)

-- 
-Tor