Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 73872 invoked from network); 6 Apr 2006 07:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2006 07:21:37 -0000 Received: (qmail 98777 invoked by uid 500); 6 Apr 2006 07:21:27 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 98748 invoked by uid 500); 6 Apr 2006 07:21:27 -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 98739 invoked by uid 99); 6 Apr 2006 07:21:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2006 00:21:27 -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.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Apr 2006 00:21:26 -0700 Received: (qmail invoked by alias); 06 Apr 2006 07:21:05 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.68]) [212.249.34.130] by mail.gmx.net (mp018) with SMTP; 06 Apr 2006 09:21:05 +0200 X-Authenticated: #894343 Message-ID: <4434C15E.2000602@gmx.net> Date: Thu, 06 Apr 2006 09:21:02 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@jackrabbit.apache.org Subject: Re: query feature extensions References: <4430CAFC.4000708@gmx.net> <510143ac0604050341q25058566h40592c2834be4e54@mail.gmail.com> <44343C37.1070509@anyware-tech.com> In-Reply-To: <44343C37.1070509@anyware-tech.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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 Cédric Damioli wrote: > Jukka Zitting a écrit : >> 2) Support for predicates in location steps: >> >> >> //element(*,nt:file)[@jcr:created>'...']/jcr:content[@jcr:lastModified<'...'] >> >> >> > This one already works, don't it ? > I run many queries like this one in my app. > I don't know if it belongs to JCR 1.0, but Jackrabbit handles it correctly. as per the jcr specification only a predicate at the last location step must be supported. so, this is an extension to the jcr 1.0 spec that might find its way into jsr-283. btw, thanks for the priority lists sent so far. regards marcel