08-20-2014 08:04 PM
I don't have a full stack trace but here's the entire message:
org.apache.chemistry.opencmis.commons.exceptions.CmisNotSupportedException: Operation not supported by the repository for this object!
Specifically this call:
// Add the ACL to the CMIS Object
cmisObject.addAcl(
Collections.singletonList(ace),
AclPropagation.REPOSITORYDETERMINED);
This does not happen with Chemistry In-Memory.
How could I could resolve this? I am using Chemistry 0.11.0 and Nuxeo 5.9.5. I know I can use NuxeoObject, but I'd rather use CmisObject for cross-testing purpose with Chemistry In-Memory.
08-20-2014 11:51 PM
The Nuxeo 5.9.5 repositoryInfo available here reports "capabilityACL": "none". A repository would need to report "capabilityACL": "manage" in order to support your call above. Currently, you would need to use Nuxeo REST APIs to programmatically manage ACLs.
08-20-2014 11:51 PM
The Nuxeo 5.9.5 repositoryInfo available here reports "capabilityACL": "none". A repository would need to report "capabilityACL": "manage" in order to support your call above. Currently, you would need to use Nuxeo REST APIs to programmatically manage ACLs.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.