You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "wentao (JIRA)" <ji...@apache.org> on 2014/10/02 20:15:34 UTC

[jira] [Commented] (CMIS-850) createdocument with checkedout parameter does not work with webservice binding

    [ https://issues.apache.org/jira/browse/CMIS-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156910#comment-14156910 ] 

wentao commented on CMIS-850:
-----------------------------

any timeline when DotCMIS 0.7 can be released? 

> createdocument with checkedout parameter does not work with webservice binding
> ------------------------------------------------------------------------------
>
>                 Key: CMIS-850
>                 URL: https://issues.apache.org/jira/browse/CMIS-850
>             Project: Chemistry
>          Issue Type: Bug
>          Components: dotcmis
>    Affects Versions: DotCMIS 0.6
>            Reporter: wentao
>            Assignee: Florian Müller
>            Priority: Minor
>             Fix For: DotCMIS 0.7
>
>
> I am testing DotCMIS 0.6, when call IDocument myDoc1 = myFolder.CreateDocument(properties, null,DotCMIS.Enums.VersioningState.CheckedOut) function, it works only on atompub binding, if using webservice binding, the document is created with major version, not a "checkedout" version.
> here is the http trace
> <createDocument xmlns="http://docs.oasis-open.org/ns/cmis/messaging/200908/"><repositoryId>DevOS1</repositoryId><properties><propertyString propertyDefinitionId="cmis:name" xmlns="http://docs.oasis-open.org/ns/cmis/core/200908/"><value>Hello World Document newp8id</value></propertyString><propertyId propertyDefinitionId="cmis:objectTypeId" xmlns="http://docs.oasis-open.org/ns/cmis/core/200908/"><value>Document</value></propertyId></properties><folderId>idf_BD28F6BB-DA23-44BE-AFAB-4731AF178DF4</folderId><contentStream xsi:nil="true"/><versioningState xsi:nil="true"/><addACEs xsi:nil="true"/><removeACEs xsi:nil="true"/><extension xsi:nil="true"/></createDocument>
> The "versioningState" value is empty. when using atompub binding, the value is <versioningState>checkedout</versioningState>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)