hi, in the SessionTest.testMoveItemExistsException():
Node moveNode = srcParentNode.addNode(nodeName2, testNodeType); our implementation throws ConstraintViolationException as srcParentNode is nt:folder type and testNodeType == "nt:unstructured" so could not be added It works if i change a node type of adding node like: Node moveNode = srcParentNode.addNode(nodeName2, getProperty("nodetype3")); regards, gena