[
https://issues.apache.org/jira/browse/CMIS-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791409#action_12791409
]
Michael Dürig commented on CMIS-80:
-----------------------------------
Currently chemistry-jcr requires a repository with the mix:unstructured mixin.
My patch registers such a node type with the repository enabling the test cases
to actually run. Some of them even pass! While requiring mix:unstructured might
not be desired in the long run, I think the patch can help to identify other
problem with chemistry-jcr.
> JCR tests: setup fails due to missing mix:unstructured
> ------------------------------------------------------
>
> Key: CMIS-80
> URL: https://issues.apache.org/jira/browse/CMIS-80
> Project: Chemistry
> Issue Type: Bug
> Components: jcr
> Reporter: Michael Dürig
> Attachments: CMIS-80.patch
>
>
> As noted in CMIS-73 the tests don't pass because in JcrNewFolder save() tries
> to do a node.addMixin("mix:unstructured") which doesn't work as this mixin is
> not defined.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.