Apache Chemistry OpenCMIS is a collection of Java libraries, frameworks and tools around the CMIS specification. The goal of OpenCMIS is to make CMIS simple for Java client and server developers. It hides the binding details and provides APIs and SPIs on different abstraction levels. It also includes test tools for content repository developers and client application developers.
Questions tagged [opencmis]
277 questions
1
vote
1 answer
Running MVN INSTALL with OPENCMIS
I´m trying to set up the OpenCMIS InMemory Repository following the instructions from Apache but I keep getting the following error when running the Maven command mvn clean install -Dmaven.test.skip=true.
[ERROR] Failed to execute goal…
1
vote
2 answers
Unable to Unlock Alfresco Document using CMIS
I'm using CMIS to make changes to alfresco document, I need to add new aspect to document, but I'm facing:
org.apache.chemistry.opencmis.commons.exceptions.CmisUpdateConflictException: Update conflict: 06160811 Cannot perform operation since the…

Srikanth Josyula
- 790
- 7
- 15
1
vote
0 answers
runAs for Alfresco CMIS queries?
We integrated Alfresco in our enterprise integration platform using CMIS.
Now we are wondering if there is an official or unofficial way to run queries against the alfresco cmis api using runAs similar to a REMOTE_USER for SSO login sending the…

Heiko Robert
- 2,488
- 11
- 12
1
vote
1 answer
Exception with Cmis method getAllVersions: CmisNotSupportedException: Operation not supported by the repository for this object
i'm certainly desperate with this, i hope someone have some idea about what thing is missing in my server implementation of CMIS, or what is wrong in the server side.
I have implemented my Cmis server using Apache chemistry-opencmis, these are the…

Vikcen
- 153
- 2
- 9
1
vote
2 answers
CMIS query trying to retrieve folders/files under specific path returns no documents
Greetings to the community! I am using alfresco community edition 6.0.0 and I just faced a very weird problem. I am using the Java API to access my alfresco repository by running CMIS queries. I successfully fetched documents using cmis-strict like…

NickAth
- 1,089
- 1
- 14
- 35
1
vote
1 answer
Alfresco Community OAuth2 SSO via CMIS
We are trying to implement SSO solution based on Spring Cloud microservices including separate Auth server.
One of our services works with Alfresco through the CMIS client (Apache Chemistry).
Having read lots of docs I still cannot find out how to…

Olegdelone
- 189
- 4
- 15
1
vote
1 answer
How to create a document with tags using CMIS
I would like to post a document with tags to an Alfresco. Is it possible to do it with CMIS ou should I use Alfresco public api ?
I know it was not possible in older versions, but in 2018 ?
Thanks

Philippe Warnon
- 49
- 1
- 10
1
vote
0 answers
Cant retrive Custom Properties from CmisObject (Documentum)
I am trying to retrive all properties from CmisObject but I cant see the custom defined properties which are present in Documentum system.
Document sourceDocument = (Document)getCmisObject(sourceSession, sourceObjectId);
Iterator>…

Kalebere Gaurav
- 69
- 2
- 13
1
vote
0 answers
While querying for custom types file in cmis getting error
First I was trying with this code to get all properties of custom type file in my repository. Object Id is of type mcl_engineer. Unable to read custom types file and getting exception.
CmisObject objectt =…

Ashish yadav
- 97
- 1
- 11
1
vote
1 answer
Property 'pos:empCode' is not valid for this type or one of the secondary types! error setting custom object in cmis
When I am adding my custom object in map, it gives me error.
java.lang.IllegalArgumentException: Property 'pos:empCode' is not
valid for
this type or one of the secondary types! at…

Prashant Sharma
- 33
- 9
1
vote
2 answers
How to migrate content from Documentum WebTop to Alfresco?
I want to migrate content with metadata from Documentum WebTop to Alfresco.
Can anyone please help me with the possible ways and some basic steps if possible.
For the moment I can think about using apache chemistry open CMIS API to connect to both…

Deepak Talape
- 997
- 1
- 9
- 35
1
vote
1 answer
Migrate content from one alfresco repository to other after up-gradation
We are upgrading from alfresco 5.0.1 to alfresco 5.2.2.
Actually it's not just upgradation, but it's a consolidation of 3 different projects.
Currently we have 3 projects in alfresco. 1st one is in alfresco 5.0.1, 2nd one is in alfresco 5.2 and 3rd…

Deepak Talape
- 997
- 1
- 9
- 35
1
vote
2 answers
Get Alfresco folder NodeRef using SearchService, LANGUAGE_CMIS
I have a java backed webscript. I use SearchService method to get the NodeRef of a folder stored in the Alfresco repository in this PATH:
/app:company_home/app:dictionary/app:models\
I used the LANGUAGE_CMIS_STRICT in the searchService method like…

nmalloul
- 83
- 1
- 11
1
vote
0 answers
OpenCMIS 0.9 - Creating custom property
I'm trying to create a custom property for my files on my CMIS repository. I am not using Alfresco or other similar extensions (and i can't use it).
I have been looking for information here but that code doesn`t work (using versions 0.9, 1.0 and…

JLumos
- 11
- 3
1
vote
1 answer
Exception getting while migration of alfresco content, Too many open files
I am getting this error while migrating content from one alfresco repository to other.
And I am getting this error on live production server logs.
And also Server is getting down while migration is running.
Can anyone please help me to resolve this…

Deepak Talape
- 997
- 1
- 9
- 35