On Mon, Jun 22, 2009 at 9:48 AM, wmyll6<[email protected]> wrote: > Hi All. Is that possible to change parent of the node ? to move it in > another location ?
Please read the JCR spec [1] or look through the API [2]. Your answer is right there [3]. [1] http://jcp.org/en/jsr/detail?id=170 [2] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/ [3] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Session.html#move(java.lang.String,%20java.lang.String) Regards, Alex -- Alexander Klimetschek [email protected]
