Hi all,
First of all thanks for the CMIS's client that you have developed and make
easier the way to connect with a CMIS compliant server.
Now I would like ask about help. This is my situation.
I am using this version:
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-client-impl</artifactId>
<version>0.10.0</version>
</dependency>
And I am making tests with Servers:
- Nuxeo 5.7.2
- Apache chemistry 0.10.0
- Alfresco 4.2.0
In all of them I would like make some tests with policies objects.
- createPolicy
- applyPolicy
- getPolicies
- removePolicy
But I can't create a Policy and I am blocked here for some days.
Do you have some example of this?
Thanks a lot
Carlos