You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Ivan Vasyliev (JIRA)" <ji...@apache.org> on 2013/01/10 15:28:12 UTC

[jira] [Created] (CMIS-618) This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true)

Ivan Vasyliev created CMIS-618:
----------------------------------

             Summary: This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true)
                 Key: CMIS-618
                 URL: https://issues.apache.org/jira/browse/CMIS-618
             Project: Chemistry
          Issue Type: Sub-task
          Components: opencmis-server-jcr
    Affects Versions: OpenCMIS 0.9.0
            Reporter: Ivan Vasyliev
         Attachments: versioningType.patch

TCK executed with modeshape profile. Modeshape does not support mix:simpleVersionable.

Stacktrace:
org.apache.chemistry.opencmis.commons.exceptions.CmisStorageException: This operation requires that the node be versionable (that is, isNodeType("mix:versionable") == true)
at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractWebServicesService.convertException(AbstractWebServicesService.java:117)
at org.apache.chemistry.opencmis.client.bindings.spi.webservices.ObjectServiceImpl.createDocument(ObjectServiceImpl.java:86)
at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:726)
at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:88)
at org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(AbstractSessionTest.java:368)
at org.apache.chemistry.opencmis.tck.impl.AbstractSessionTest.createDocument(AbstractSessionTest.java:335)

Proposed fix:

{code}
if(simpleVersionable supported)
   use simpleVersionable
else if(versionable supported)
   use versionable
else 
   throw exception
{code}


Could you please elaborate what are the possible issues with jcr bridge when switching to mix:versionable? (EOW, what else needs to be changed?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira