-
Feature Request
-
Resolution: Done
-
Major
-
3.1.3.Final
-
None
When implementing some common CMIS test I found that it is not possible to create a new document because of https://issues.apache.org/jira/browse/CMIS-618 https://issues.jboss.org/browse/MODE-1749 . CMIS-618 has been fixed already, but the current ModeShape master is not compatible with OpenCMIS trunk (currently on 0.9.0-Beta stage).
There are two new methods in org.apache.chemistry.opencmis.commons.data.RepositoryInfo that need to be implemented in org.modeshape.cmis.RepositoryInfoImpl.
My test case: org.gatein.wcm.cmis.CmisServerApiTest.createAndDeleteDocument() in https://github.com/ppalaga/gatein-wcm/tree/GTNWCM-12.1