Hello All, I'm trying to add the below property via java code to lock the page, after performing some operation. But, it's throwing ConstraintViolationException. Property I'm trying to add:pageNode.setProperty("jcr:lockIsDeep", true); Exception: javax.jcr.nodetype.ConstraintViolationException: Pro...