Just a thought, but have you set up the Version workspace index settings ?
On 5/9/07, Bob Wieler <[EMAIL PROTECTED]> wrote:
---------- Forwarded message ---------- From: Bob Wieler <[EMAIL PROTECTED]> Date: May 9, 2007 5:11 PM Subject: XPath queries on version history nodes To: [email protected] 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
