lockTarget.addMixin(mixLockable);
lockTarget.getParent().save();
}
// lock dst parent node using other session
lockTarget.lock(true, true);
try {
workspace.copy(node1.getPath(), dstAbsPath);
fail("LockException was expected.");
} catch (LockException e) {