Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 23307 invoked from network); 11 Jun 2005 20:52:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2005 20:52:16 -0000 Received: (qmail 48215 invoked by uid 500); 11 Jun 2005 20:52:14 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 48200 invoked by uid 99); 11 Jun 2005 20:52:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from postfix3-1.free.fr (HELO postfix3-1.free.fr) (213.228.0.44) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Jun 2005 13:52:13 -0700 Received: from [127.0.0.1] (lafilaire-7-82-229-231-1.fbx.proxad.net [82.229.231.1]) by postfix3-1.free.fr (Postfix) with ESMTP id DCAB01734CD for ; Sat, 11 Jun 2005 22:52:09 +0200 (CEST) Message-ID: <42AB4EF5.9000602@anyware-tech.com> Date: Sat, 11 Jun 2005 22:52:05 +0200 From: =?UTF-8?B?Q8OpZHJpYyBEYW1pb2xp?= User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: fr, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: [jira] Created: (JCR-133) Problem with '<' character in node names and (probably) XMLPersistenceManager References: <1701613750.1118503250538.JavaMail.jira@ajax.apache.org> <42AB192D.6070908@gmail.com> In-Reply-To: <42AB192D.6070908@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I currently use the revision 188818. The discover of this bug was made early in the last week, so it is true that I don't know if I discover it before updating or after. I'll check it asap. Regards, Cédric Edgar Poce a écrit : > Hi cedric > > Which revision are you using?, XMLPersistenceManager was recentrly > modified. > > BR, > edgar > > Cédric Damioli (JIRA) wrote: > >> Problem with '<' character in node names and (probably) >> XMLPersistenceManager >> ----------------------------------------------------------------------------- >> >> >> Key: JCR-133 >> URL: http://issues.apache.org/jira/browse/JCR-133 >> Project: Jackrabbit >> Type: Bug >> Reporter: Cédric Damioli >> >> >> I'm using the XMLPersistenceManager. >> Node.addNode() permits to have the '<' character in the addes node name. >> This node is even successfully created. >> But after shutdown, the repository can't restart anymore, as the XML >> contained in the .node.xml is malformed. >> The Lucene index failed to initialize with an error such as "Invalid >> character in node name : '<'" >> >> After patching the XML file by hand, the repository normally retstart. >>