Hi, On Tue, Jun 10, 2008 at 2:41 PM, Luis Gervaso <[EMAIL PROTECTED]> wrote: > My question is =BFis jackrabbit maintaining any kind of order in childNodes > out of the box?
Yes. See the Node.orderBefore() method [1] for details on how to use this feature. [1] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Node.html#orderBefore(java.lang.String,%20java.lang.String) BR, Jukka Zitting
