15 messages in org.apache.jackrabbit.usersRe: OCM - Issue while loading list of...
FromSent OnAttachments
Kaizer ShaikhOct 30, 2007 8:03 am 
Christophe LombartOct 31, 2007 12:38 am 
Felix MeschbergerOct 31, 2007 12:50 am 
Kaizer ShaikhNov 5, 2007 10:56 pm 
KaizerNov 6, 2007 8:29 pm 
Marcel ReuteggerNov 7, 2007 1:29 am 
KaizerNov 7, 2007 9:00 pm 
Marcel ReuteggerNov 9, 2007 2:15 am 
KaizerNov 13, 2007 1:45 am 
Christophe LombartNov 13, 2007 12:12 pm 
KaizerNov 13, 2007 8:49 pm 
Christophe LombartNov 14, 2007 7:37 am 
Kaizer ShaikhNov 15, 2007 3:41 am 
Christophe LombartNov 15, 2007 4:43 am 
Kaizer ShaikhNov 21, 2007 3:33 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: OCM - Issue while loading list of classes at that path itself.Actions...
From:Kaizer (Kaiz@mastek.com)
Date:Nov 13, 2007 8:49:30 pm
List:org.apache.jackrabbit.users

Hi,

In that case, how can i retrieve a collection of objects of the same type stored under the same path as there is no API provided by the ObjectContentManager to get objects under a path? There is an api to retrieve only a single object by path. If I have stored say, 10 "Page" objects under "some/test", the path I will give while querying should be some/test and not its parent node "some", as that is the actual path that under which the object is stored. Also, I may have another node under "some", which is a sibling of "test" and which also stores "Page" objects. In this case, i would get the objects under this node as well rather than only under "test".

Regards Kaizer

Christophe Lombart wrote:

On Nov 13, 2007 10:45 AM, Kaizer <Kaiz@mastek.com> wrote:

/jcr:root/some//test//element(*, ocm:page)

it doesnt work.

because you have not ocm:page nodes under some/test. If I understand correctly how JCR is making queries, this expression will not select the node /some/test. It will check only his descendants.