Nicolas Brandt created CMIS-860: ----------------------------------- Summary: Browser Binding Client misinterprets changeToken of objects Key: CMIS-860 URL: https://issues.apache.org/jira/browse/CMIS-860 Project: Chemistry Issue Type: Bug Components: opencmis-client-bindings Affects Versions: OpenCMIS 0.12.0 Reporter: Nicolas Brandt
We are using browser binding client (1.0.0-SNAPSHOT at revision 1572112) to test our own CMIS server implementation (based on your cmis server framework). When we had fully handled the changeToken property of objects, we found that browser binding client returned wrong value of the changeToken for the object updates functions : - updateProperties - setContentStream - appendContentStream - deleteContentStream It always returns a changeToken’s value like “Property [id=cmis:changeToken, display Name=null, local name=null, query name=null, values=[45678521]][extensions=null]” instead of its real value “45678521” (in this example). -- This message was sent by Atlassian JIRA (v6.3.4#6332)