Hi,
Created folder "Root1", so the path becomes "/Root1" and applied with
rep:glob value as "".
Node node = session.getNode("/Root1");
node.getProperties() // *Yields empty array. *
And the following, prints value
System.out.println("UID/Name ::: " + node.getIdentifier() + "/"
+node.getName());
My question is why only properties of node are restricted, even only a
folder created under root?
Thanks.
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/Unable-to-access-node-properties-tp4661416p4661445.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.