On Tue, Feb 16, 2010 at 15:37, Philipp Bunge <[email protected]> wrote: > Out of curiosity, where is there no Session.copy method in JCR specification? > There's a Workspace.move and a Session.move but only a Workspace.copy.
It can be easily done by the application, ie. a utility method that copies over nodes and properties recursively. This would be a convenience method only, hence it is not part of the JCR spec. See also http://markmail.org/message/6x7by2mmkbpij5e5 Regards, Alex -- Alexander Klimetschek [email protected]
