Hello,
I use opencmis client to connect our application to sharepoint 2013.
I have a problem that I reproduce with the workbench , when I want to update
properties or setcontentstream of an existing document on sharepoint :
org.apache.chemistry.opencmis.commons.exceptions.CmisConstraintException: The
operation is attempting to update an object that is no longer current.
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:482)
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:653)
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.put(AbstractAtomPubService.java:640)
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.updateProperties(ObjectServiceImpl.java:333)
at
org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:343)
at
org.apache.chemistry.opencmis.client.runtime.AbstractCmisObject.updateProperties(AbstractCmisObject.java:307)
I use openCmis 0.10.0, with java 1.7.
Have You an idea ?
Thank You.
Julien