Tobias,

In 
...core...SessionItemOperation
 /**
     * Performs this operation on the specified item. This method resolves
     * the given absolute path and calls the abstract
     * {@link #perform(ItemManager, Path)} method to actually perform the
     * selected operation.
     *
     * @throws RepositoryException if the operation fails
     */
    public T perform(SessionContext context) throws RepositoryException 
...
 Path normalized = context.getQPath(path).getNormalizedPath();
...

org.apache.jackrabbit.spi.commons.conversion.MalformedPathException: '/My
|ndex' is not a valid path. '|' not a valid name character.

Regards,

Helio.



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/javax-jcr-PathNotFoundException-for-node-with-character-in-name-tp4660829p4660835.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to