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
0
votes
1 answer
OpenCMIS/DotCMIS: I have CmisFolder and filename, how to get CmisDocument?
I want to get the CmisDocument of this CMIS remote file: server1/dir1/file1.
I already have the CmisFolder for server1/dir1.
I also have the filename "file1" as a string.
Any elegant way to get the CmisDocument?
Below is my very inelegant…

Nicolas Raoul
- 58,567
- 58
- 222
- 373
0
votes
1 answer
IBM Connections Files CMIS: Unable to find object at path /My Files
I am using DotCMIS with no problem to connect to Alfresco and FileNet.
I registered for an IBM Connections account, added a few files via the web interface, and tried to connect to its CMIS endpoint…

Nicolas Raoul
- 58,567
- 58
- 222
- 373
0
votes
1 answer
How to find a template in Alfresco with OpenCMIS from Spring application?
I am working in a Spring 3.1 application and I need to find a String template document located in Alfresco's repository. I can already create a file in alfresco with OpenCMIS, but I couldn't figure out how to find a template, so if anyone knows how…

Floyd Barber
- 107
- 1
- 3
- 10
0
votes
2 answers
OpenCMIS/dotcmis: How to find whether a server has a particular capability?
Using OpenCMIS (or dotcmis), after getting a Repository object from a repository, how to check whether it has a particular capability?
For instance, whether CapabilityChanges is set to all.

Nicolas Raoul
- 58,567
- 58
- 222
- 373
-1
votes
2 answers
Connection with alfresco cmis
I am trying to connect alfresco using config parameters but i am getting error:
Config: sessionParameters.put(SessionParameter.USER, "admin");
sessionParameters.put(SessionParameter.PASSWORD, "admin");
…

Mitesh Anand
- 133
- 1
- 8
-1
votes
1 answer
In alfresco repository how to create link for one folder to another folder using java api
Hi guys i am beginner in alfresco.I have done many services such as creating folder,subfolder,uploading document,downloading document,creating permissions using cmis.
But i am not able to create link of one folder to another folder using…

Md Noorshid
- 107
- 12
-2
votes
1 answer
Is there a way to support opencmis 1.1 with Java 6 for connecting to Alfresco CMS?
I'm getting below error when connecting opencmis 1.1 with Java 6.
Exception in thread "main" java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major
version; class=org/apache/chemistry/opencmis/client/api/SessionFactory, offset=6
…

ashok pal
- 1
- 1