Questions tagged [apache-chemistry]

Apache Chemistry is an open source implementation of the CMIS content management interchange standard

Apache Chemistry provides open source implementations of the Content Management Interoperability Services (CMIS) specification.

This tag should be used for questions around using the CMIS client libraries (in Java, .NET, Python or PHP), or for questions around using and embedding the Java server library in your application.

For more general CMIS related queries, the CMIS tag should normally be used.

105 questions
0
votes
1 answer

Building OpenCMIS hello world fails with Cannot find parent: org.apache.chemistry.opencmis:chemistry-opencmis

I am trying to build the hello world for OpenCMIS that I found documented here: http://chemistry.apache.org/java/developing/guide.html I am very new to maven and somewhat confused by this error. Has any one else run into this? What was your fix.…
startoftext
  • 3,846
  • 7
  • 40
  • 49
0
votes
1 answer

CmisUnauthorizedException - connecting to sharepoint

I am using CMIS to connect with SharePoint. I am getting Unauthorized exception while creating session in SharePoint, So I couldn't upload the document in SharePoint. I am using NTML authentication to connect with SharePoint, but it's not…
0
votes
1 answer

How to identify the table name of the folder (from folder view in Alfresco) to join with cmis:document

How to write the query joins using CMIS Query language. Given below is the query from the existing code. The folder in the repository is "Client" whereas in the code, the table name for this folder is clientDocument:info. And it joins on…
0
votes
2 answers

openCMIS Local binding - JcrServiceFactory with jackRabbit implementation

Hey, there is something wrong with the third alternative, because the loop in JcrServiceFactory is searching for properties starting with jcr.* (others are not passed along), but right after in RepositoryFactoryImpl (Jackrabbit impl) it is searched…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
3 answers

Local binding to an OpenCMIS server using Apache Chemistry

first of all, I'd appreciate if anybody could add "apache-chemistry" tag, I have not enough mana for that. I can't find any information on this local binding, it's the third way of connecting to an OpenCMIS server. It's the case when one wants to…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
1 answer

How to configure apache openCMIS bridge as an intermediate interceptor between the client and alfresco repository?

Greetings to the community, I recently learned about the apache openCMIS bridge and I found very interesting the capabilities that might give you. More specifically I found this answer What is OpenCMIS Bridge? explaining what exactly it is.…
NickAth
  • 1,089
  • 1
  • 14
  • 35
0
votes
1 answer

Create Site in Alfresco using the Apache Chemistry

Greetings to the community! I am using alfresco Community Edition 6.0.0 with the Apache Chemistry API. I have successfully managed so far to create/fetch content from the alfresco repository through it (Folder and Document files). Now what I would…
NickAth
  • 1,089
  • 1
  • 14
  • 35
0
votes
0 answers

CMIS query is working in alfresco node browser but not in session.query()

I am using below code for retrieving some object based on creation date String query = ContentCleaningUtil.buildQuery(fileNamePattern, uTCTimeString); OperationContext opCon =…
madhepurian
  • 271
  • 1
  • 13
0
votes
1 answer

How to convert Chemistry ContentStream object into byte array (byte[])?

I am trying to convert a cmis Document to a byte stream to be in sync with a project specific request constructor, which uses byte[], converting from a File type object is OK, but converting the cmis document is something I am not getting.
Nitish
  • 11
  • 1
0
votes
1 answer

Apache Chemistry OpenCMIS - Caching issue

I am writing a code using Apache Chemistry APIs to connect to an Alfresco repository. My code goes like this - Step 1 - Create folders Step 2 - Create document with only metadata and no content inside those folders. Step 3 - Push content into those…
0
votes
2 answers

Alfresco CMIS: Retrieving relevant context when searching for content

I am using Alfresco Community 201707 x64. My application is querying the repository via CMIS, using Apache Chemistry Open CMIS 1.1. The question, as the title suggests, is: when querying the repository for document content (using the CONTAINS…
0
votes
1 answer

Insert "dates" with cmis in custom property type date

I have a custom type Clinical Record where some field is cli:date_created. The type of this property is Date. When I try to set this field (with php) I get Argument of type "string" given but argument of type "\DateTime" was expected.". But I am…
aivdev
  • 59
  • 7
0
votes
1 answer

Apache Chemistry fails when creating a folder with blank spaces

I'm using API_Alfresco which is a library to connect to Alfresco via Apache Chemistry, but I'm getting the following error when I try to create a folder with blank spaces: Uncaught CmisRuntimeException in…
Miquel Perez
  • 445
  • 1
  • 6
  • 17
0
votes
1 answer

How to create a zip file in CMIS?

I'm pretty new in CMIS and I'm having a little trouble on the zip topic. I need to create a zip file in the Document Service and after a loop where I create 12 files, I need to add them into to the zip. The 12 files are created successfully. I need…
0
votes
1 answer

Create a folder subtree Apache Chemistry CMIS

So the question here is... Assuming that Sharepoint repository and folders are provided, how would I check that every single folder exists and create folder and subfolders that do not exist. For example: For folder path…
Parth Shah
  • 63
  • 1
  • 6