Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 35049 invoked from network); 9 May 2007 21:24:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2007 21:24:29 -0000 Received: (qmail 21186 invoked by uid 500); 9 May 2007 21:24:35 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 20854 invoked by uid 500); 9 May 2007 21:24:34 -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 20845 invoked by uid 99); 9 May 2007 21:24:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 14:24:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bob.wieler@gmail.com designates 209.85.132.242 as permitted sender) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 14:24:26 -0700 Received: by an-out-0708.google.com with SMTP id c37so88896anc for ; Wed, 09 May 2007 14:24:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=OJMT/ZPozjtnzBzggP59ADd0G281VqGBDkqyvAbjpYcDZQv1buFEOglHByW9nEuLwuclv6UJ/tIP6Drpo2YqS3VRXkDH/UC6IiVgucUkvcLn2VPCdk34EQN6fm8Q1EvW/nVkSZaqHajs2mU7t2Go57J0THWVwvOz/VitixScJx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=trFUjr5vf1lgUN8mhZ+CGiuRGvRCSdJkLnYy99VKu+hWBnVxWb6ilWXgjpBVopiVOPBxyvLwN22Ywdbl7KAavgrZFalquyBbSjcLEFnCAGkmE3oPiY/BNMrmeONqok2LCM/xxynMVw51K3jzqaV9zZ7Qs2ycA/7xny8w9jTuak0= Received: by 10.100.9.19 with SMTP id 19mr728796ani.1178745846184; Wed, 09 May 2007 14:24:06 -0700 (PDT) Received: by 10.100.3.14 with HTTP; Wed, 9 May 2007 14:24:06 -0700 (PDT) Message-ID: <18eb6ef00705091424g2790054dq15d9e70faa82d25e@mail.gmail.com> Date: Wed, 9 May 2007 17:24:06 -0400 From: "Bob Wieler" To: users@jackrabbit.apache.org Subject: XPath queries on version history nodes In-Reply-To: <18eb6ef00705091411i46077e7et98b0e453ec29a17e@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_136715_7275932.1178745846102" References: <18eb6ef00705091411i46077e7et98b0e453ec29a17e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_136715_7275932.1178745846102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline ---------- Forwarded message ---------- From: Bob Wieler Date: May 9, 2007 5:11 PM Subject: XPath queries on version history nodes To: users@jackrabbit.apache.org I'm trying to write an XPath query (Jackrabbit version 1.3) that will find all of the jcr:versionLabels nodes in the repository however most of my queries are not returning results from the /jcr:root/jcr:system/jcr:versionStorage area. If I execute the query: //* As expected I receive all of the nodes in the repository including ones in the jcr:versionStorage area however when I try to target all nodes of type nt:versionLabels with the query //element(*, nt:versionLabels) nothing is returned. I've tried previously posted examples (tailored for my repository) however none of them allow me to query information in the jcr:versionStorage area. Bob ------=_Part_136715_7275932.1178745846102--