Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 61233 invoked from network); 27 Jul 2006 12:04:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 12:04:40 -0000 Received: (qmail 57679 invoked by uid 500); 27 Jul 2006 12:04:38 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 57650 invoked by uid 500); 27 Jul 2006 12:04:38 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 57641 invoked by uid 99); 27 Jul 2006 12:04:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 05:04:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcel.reutegger@gmx.net designates 213.165.64.21 as permitted sender) Received: from [213.165.64.21] (HELO mail.gmx.net) (213.165.64.21) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 27 Jul 2006 05:04:37 -0700 Received: (qmail invoked by alias); 27 Jul 2006 12:04:15 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.69]) [212.249.34.130] by mail.gmx.net (mp020) with SMTP; 27 Jul 2006 14:04:15 +0200 X-Authenticated: #894343 Message-ID: <44C8ABBF.40201@gmx.net> Date: Thu, 27 Jul 2006 14:04:15 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: Re-using the query parsers outside Jackrabbit References: <44C7A733.4070200@gmx.de> <510143ac0607261100x67589e40yf3bb736c1b9cc65e@mail.gmail.com> <44C7B63C.7090102@gmx.de> <44C8821E.3050601@gmx.net> <510143ac0607270218ke0a61a1sb8cefcde5548944c@mail.gmail.com> In-Reply-To: <510143ac0607270218ke0a61a1sb8cefcde5548944c@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jukka Zitting wrote: > A better upgrade path would probably be to detect a previous "fn" > namespace mapping and remap it as "fn2004" -> > "http://www.w3.org/2004/10/xpath-functions" or as "fn2005" -> > "http://www.w3.org/2005/xpath-functions" before mapping "fn" -> > "http://www.w3.org/2006/xpath-functions". +1 however, I suggest to *not* change the namespace right now, but wait until we have a final one and then build the namespace migration into jackrabbit. Otherwise we have to do this stuff over and over again... regards marcel