Questions tagged [opencmis]

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.

277 questions
1
vote
1 answer

CMIS support for Sharepoint and OneDrive

I would like to have a quick info whether Microsoft Sharepoint and OneDrive has CMIS support ? If not which will be the best library to integrate Sharepoint and OneDrive using Java ?! Please help
Sachin
  • 1,675
  • 2
  • 19
  • 42
1
vote
0 answers

Getting rid of CmisRuntimeException: Error: The server sent HTTP status code 401: Unauthorized

I am trying to connect to SharePoint 2013 using Apache Chemistry CMIS Web services binding. I have given valid WSDL url. Sometimes I am able to make a valid connection and perform CMIS operations. But sometimes I get the following exception trace…
1
vote
1 answer

Unable to upload docs greater than 37 MB through CMIS API in SharePoint 2013

My SharePoint 2013 version is 15.0.4569.1506. I am unable to upload a document greater than 37 MB in SharePoint through my below CMIS code. But Directly into SharePoint I am able to do so. I have also tried increasing my heap size/ cache limits. I…
1
vote
0 answers

camel-cmis Filenet Storing metadata and Document

Below is my metadata Document class and property definition I created. DocClassDisplayName - ClassSymbolicName CustomMeta - doc_CustomMeta PropDisplayname - PropSymbolicName - Datatype SINo - prp_SINo - String(64) VersionNo - prp_VersionNo -…
Balaji Kannan
  • 407
  • 6
  • 24
1
vote
1 answer

How to get content of different versions of a document using CMIS API in SharePoint 2013

We have a document that has multiple (say 3) versions in SharePoint 2013 with version series ID 11275 and following ids for different versions : Version 1.0 - Document id is 11275-512 Version 2.0 - Document id is 11275-1244 Version 3.0 - Document id…
1
vote
0 answers

Dependancies for openCMIS in apache camel

Im using openCMIS for storing document in IBM Filenet Below are my pom entries (openCMIS…
Balaji Kannan
  • 407
  • 6
  • 24
1
vote
1 answer

Alfresco can I Change properties "cmis:creationDate and cmis:lastModificationDate" Updatablity?

Hi and thanks in advance for the help I have a problem with insertion and update documents in alfresco, So when I set a property like "cmis:creationDate or cmis:lastModificationDate", the document is created successfully but the properties that has…
Sfayn
  • 190
  • 1
  • 2
  • 13
1
vote
1 answer

CmisObjectNotFound ephesoft export to Alfresco

I'm using Ephesoft-Community-Edition-2.4.0.7 with alfresco 4.0 I got CmisObjectNotFoundException when i try to export uploaded file with meta-data. this is the log in dcma-all.log - batchInstanceIdentifierIdentifier : BI16 inputFileName :…
Amine Maa
  • 99
  • 1
  • 11
1
vote
0 answers

OpenCMIS upload files with the same name

I am trying to implement an uploading functionality using OpenCMIS for C# and on OpenKM Server. I would like to allow uploading existing files in a specific directory, and having something like this: Filename, Filename(1), Filename(2), etc.…
user3026017
  • 569
  • 4
  • 10
1
vote
1 answer

Download files as .zip via cmis

I'm currently developing a native android application and try to access some pictures on a document server. For communication I'm using the OpenCMIS library. My goal is to download the pictures and save them to the device's internal storage or sd…
c7n
  • 1,131
  • 16
  • 29
1
vote
1 answer

How to transfer folder(which has child) from one repository to another using CMIS apche chemistry

I have two repository in IBM file content management and now I want to transfer folder (which has a child ) from one repository to another and also should be transfer their child using CMIS.
Vivek Gondliya
  • 308
  • 1
  • 2
  • 15
1
vote
0 answers

In my apache chemistry CMIS i got a conflict error while i am syncronize two document

This is my CMIS Sync code. String documentName = null; StringBuilder contentBuilder= new StringBuilder(); ByteArrayInputStream inputStream; byte[] buffer = null; session=getSession(sourceClientIbmNet); CmisObject…
Vivek Gondliya
  • 308
  • 1
  • 2
  • 15
1
vote
0 answers

Fileupload with CMIS + Apache fails due to "Proxy Error"

We developed a web application which uses opencmis and a windows client which uses dotcmis. The web application runs behind an apache httpd. We are facing the following problem: Small files can be uploaded by the client without problems (< 1,5…
Facy87
  • 145
  • 1
  • 2
  • 11
1
vote
1 answer

unable to update properties of aspect using alfresco-opencmis-extension

I have an aspect with name "alfrescoDocs:uploadedfrom" and it has single property with name "alfrescoDocs:uploadSource". I am using alfresco-opencmis-extension to attached this aspect with document on creation and set some value in its property. I…
Ali Nawab
  • 85
  • 1
  • 8
1
vote
1 answer

CMIS Folder not getting set

I am using CMIS but my folder ID isnt getting set as expected?
TheRiddler
  • 169
  • 3
  • 16