Hi, Thanks all for the responses, it's much clearer now.
You can use NodeBuilder#setChildNode(String, NodeState) to efficiently > copy a node. > That's what I did. But I had to recursively do that for all children nodes of the source. Which is not a big deal. > > Note however, that this method doesn't respect JCR semantics and thus > can't be used to implement javax.jcr.Workspace#copy(String, String) and > the like. > Got it, thanks! > > Michael >
