Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47B6E11BC3 for ; Wed, 14 May 2014 20:52:54 +0000 (UTC) Received: (qmail 36040 invoked by uid 500); 10 May 2014 22:58:40 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 77008 invoked by uid 500); 10 May 2014 22:54:54 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 59175 invoked by uid 99); 10 May 2014 22:53:44 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 22:53:44 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2014 12:55:35 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WikKV-0004RI-R2 for users@jackrabbit.apache.org; Fri, 09 May 2014 05:55:11 -0700 Date: Fri, 9 May 2014 05:55:11 -0700 (PDT) From: hsp To: users@jackrabbit.apache.org Message-ID: <1399640111781-4660829.post@n4.nabble.com> Subject: javax.jcr.PathNotFoundException for node with character '|' in name MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.