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
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
2 answers

how can I define custom document properties with chemistry in-memory and/or nuxeo?

I'm very new to Open CMIS so I apologize if this is common knowledge. My documents need a custom property (i.e. a boolean "nm:test" or something like that) for my implementation. I've read on the web that I can do this with Alfresco via xml…
Nimchip
  • 1,685
  • 7
  • 25
  • 50
1
vote
2 answers

CmisUnauthorizedException: Unauthorized - error using Apache Chemistry library interfacing to Sharepoint 2013

I'm having concern connecting to Sharepoint 2013 via CMIS using Apache Chemistry library. I am receiving Unauthorized error, but the credentials (U/P) I used are correct. I used it to login to the Sharepoint Online so it should be working on my…
bbd224
  • 59
  • 2
  • 12
1
vote
0 answers

In the CMIS TCK unit tests, what "INFO" actually mean "passed"?

I am trying to score the results of the CMIS TCK unit tests for each ECM server. For the score, I just count the number of passed unit tests. PROBLEM: Some "INFO" sound very much like they actually mean "passed". QUESTION: Is there a way to know…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

How to get the URL for a document in Alfresco using the PHP CMIS API?

I have already constructed a query that returns all of the relevant documents that I may need from the alfresco repository. But I don't know how to link to them so that I can access them. Once I retrieve the list of documents I tried using the…
Kross
  • 305
  • 3
  • 21
1
vote
2 answers

Unable to load configuration from servlet

I am using Apache chemistry client. I am able to run stand alone code, but when I use the same in servlet it is giving exception. I am using Apache chemistry 0.11.00. Servlet code protected void doPost(HttpServletRequest request,…
Arvind
  • 1,207
  • 6
  • 27
  • 55
1
vote
1 answer

Apache CMIS: Paging query result

Recently I've started using Apache CMIS and read the official documentation and examples. I haven't noticed anything about paging query results. There is an example showing how to list folder items, setting maxItemsPerPage using operationContext,…
Banana
  • 1,276
  • 2
  • 16
  • 19
1
vote
1 answer

Apache Chemistry OpenCMIS server won't deploy on JBoss AS 7

I'm trying to use Apache Chemistry OpenCMIS (v0.10.0) to create a server according to the tutorial at : http://chemistry.apache.org/java/how-to/how-to-create-server.html I'm using JBoss AS 7.1.1.1.Final but when I deploy it creates most services…
Ivar
  • 11
  • 3
1
vote
2 answers

How to create custom property on object using Apache Chemistry

I'm working with a local instance of Alfresco CMS and I'm using the Apache Chemistry Java CMIS. Everything works well for browsing and creating objects, however I'm having a hard time adding metadata on documents. There is an example on their source…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
1
vote
1 answer

Seeking JCR compliant client library to access a CMIS repository?

What is the best Java client library, that implements the standard JCR API, that can access a CMIS repository. I have a program that talks to JCR, and I would like to make it use a CMIS repository. Some unsubstantiated claims say that Apache…
AgilePro
  • 5,588
  • 4
  • 33
  • 56
1
vote
1 answer

Apache chemistry querying a folder

I am using Apache chemistry to write and read data from a content management system in a Java servlet. I am currently creating a separate folder for each logged on user in the CMS. When the user logs on I have to check and get the reference of the…
mithrandir
  • 1,323
  • 4
  • 18
  • 39
1
vote
2 answers

choice list in filenet

I am learning CMIS and Filenet P8 . using library apache-chemistry for CMIS. I have problem in ChoiceList. A choice List is associated with the PropertyDefination. I was trying to display the choice list related to each…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
1
vote
1 answer

Nuxeo Http Link for files

I was wondering if there's a way in nuxeo or in any other CMIS-Compatiable repository through which I can get a direct URL to files stored on it, for instance if I have a ile called a.jpg that is stored on a nuxeo server, how can I get a direct URL…
Sabry Shawally
  • 603
  • 2
  • 11
  • 24
0
votes
0 answers

Apache Chemistry is retired

Apache Chemistry is retired. So what are other implementation which is close to Apache Chemistry. Apache Chemistry doesn't support Java 17 / JakartaEE 10. So looking for replacement
Nag
  • 3
  • 1
0
votes
0 answers

Create a new repository in OpenCmis In Memory

How can I create a new repository in Apache Chemistry Open CMIS Server In Memory ? First one is already defined as below : InMemoryServer.RepositoryId=A1 I'd like to create a second repo. Can't find the info online Thanks! I tried to add a new row…
Nick
  • 1
  • 1