Platform : http://cmis.demo.nuxeo.org
I wish to update a document, in order to do this, I have to create a pwc :
pwc = doc.checkout
But by doing this, I have this error :
RuntimeError (
<title>Apache Chemistry OpenCMIS - invalidArgument error</title>
HTTP Status 400 - invalidArgument
Object Id must be set!
org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException: Object Id must be set!
[...]