On 12 Nov 2009, at 10:38:33 AM, nch wrote:

> Hi, there.
> 
> I'm new to Jackrabbit and I'm having some problems to understand how xpath 
> works here.
> If I have the following hierarchy:
> /test (jcr:folder)
> + file1.txt (jcr:file)
> + file2.txt (jcr:file)
> 
> then I can retrieve all nodes in /test by means of the following xpath 
> expression "/jcr:root/test/*"
> 
> But, if I have the following:
> /test (jcr:directory)
> 
> + file1.txt
> 
> + file2.txt
> 
> + newfolder (jcr:folder)
> 
> then, the previous xpath expression does not yield any nodes.
> Any explanations for this?

I forget if the default type for a query is nt:base or nt:unstructured.  If it 
is nt:unstructured, it will explain the issue with not finding the folder node.

Rakesh

Reply via email to