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