-
Bug
-
Resolution: Done
-
Major
-
3.8.0.Final, 4.0.0.Final
-
None
-
Windows 7, JDK 8u20 64-bit
-
-
Workaround Exists
-
When trying to remove mix:lastModified from a node I get an exception (version 4.0.0):
Caused by: javax.jcr.nodetype.ConstraintViolationException: Cannot find a definition for the property named 'jcr:lastModifiedBy' on the node at '{some path}' with primary type '{my type}' and mixin types: []
at org.modeshape.jcr.AbstractJcrNode.removeMixin(AbstractJcrNode.java:2594)
...