Hi, On 6/26/07, Frédéric Esnault <[EMAIL PROTECTED]> wrote:
I was wondering, is there a way to get a node (with NodeImpl.getNode() or something else), to get a node without knowing its name ?
How about using Session.getNodeByUUID()? It sounds like you already know something about the node (otherwise you wouldn't be able to identify it), so you're done if you can make that "something" be the UUID of the node. BR, Jukka Zitting
