/jcr:root/public/000
I get a JCR exception: javax.jcr.query.InvalidQueryException: Parse error: data is not a RelationQueryNode
I also tried this: /jrc:root/public//*[name() = '000']But it seems like name() is not supported by JCR. Is there a way to do this?
Thanks! will
