-
Enhancement
-
Resolution: Done
-
Major
-
3.8.1.Final, 4.3.0.Final
When exporting a node to XML and then importing it, I am getting the following exception:
javax.jcr.nodetype.ConstraintViolationException: Cannot find a definition for the property named 'FILTERED' on the node at '/fotosets2/rVUyXTS6' with primary type 'FILTERED' and mixin types: [FILTERED]]: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is javax.jcr.nodetype.ConstraintViolationException: Cannot find a definition for the property named 'FILTERED' on the node at '/fotosets2/rVUyXTS6' with primary type 'FILTERED' and mixin types: [FILTERED]
The cause is that when exporting a node with more than one mixin, it only exports one of them.