Hello, I'm trying to get properties for all child nodes of the root node in repository. But when I'm iterating through javax.jcr.Node.getProperties() it seems to request each property value from repository because of LazyItemIterator interface type which this PropertyIterator implements. Is there any way to get all property values to be loaded during one request for each node?
I'm using rmi way of connection through jcr-rmi lib and JackRabbitClientAdapterFactory. Regards, Maxim Musin. -- View this message in context: http://n4.nabble.com/LazyItemIterator-tp786078p786078.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
