So you're saying that: session.nodeExists(parentNode.getNodes().nextNode().getPath());
returns false? (assuming your '|' node is the first node in the iteration) regards, toby On Fri, May 9, 2014 at 5:55 AM, hsp <[email protected]> wrote: > Hi; > > There is a node in our repository, with name "My |ndex". > I can't get this node by path, just raise the > javax.jcr.PathNotFoundException. > I have tried with Text.escapeIllegalJcrChars("My |ndex") without sucess > (after escape it will be as "My %7ndex"). > Now, Is there a way to move (rename) such node, or at least delete it? > > Regards > Helio. > > > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/javax-jcr-PathNotFoundException-for-node-with-character-in-name-tp4660829.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
