On 30 August 2010 19:12, JOSE FELIX HERNANDEZ BARRIO <[email protected]> wrote: > > i'm trying to extract a node from the repository given de node identifier > (the one returned by node.getIdentifier) > i've tried: > //*...@jcr:identifier='abbe81d4-5d5b-457e-901f-7ffdb0cef7fa'] > > with no results > > any tip?
If you actually need to use a query to find a node by its id, I belive the correct query would use jcr:uuid, not jcr:identifier. -- -Tor
