Hi,
 
I am trying to rename a node using session.move() method, but getting the following error:
 
CODE: 
private void renameColorProductNodes(Session session, String colorCode, String parentSku, Node productNode)
    throws RepositoryException {
        if (productNode.hasNodes()) {
            No...