Details
-
Sub-task
-
Resolution: Not an issue
-
Major
-
None
-
None
Description
In ContentUpdate.processNode(Content) we use the cr removeMixin() method. While this works the mixin property is not updated (might be a jackrabbit bug). You see that when we print the content:
/page/paragraph/jcr:mixinTypes=mix:versionable
The value persist no matter whether cleaned up by normal JR API or by PM operations. Further tests revealed value is actually deleted and reappears after restarting repository.
This value is also visible only when iterating values of jcr:mixinType property not when looking at node types obtained by getNodeTypes() call. Also second attempt to remove this mixin by using JR API fails with exception indicating no such mixin is defined.
Attachments
Issue Links
- clones
-
MGNLTOOLS-16 content update: cleanup frozen mixin properties
-
- Closed
-