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

WSO2 Carbon ClassLoader seems to load the wrong OpenCMIS Authenticator

First the positive part: I am trying to connect to Alfresco using OpenCMIS, and this works, when running the Java code directly :) Now the negative: However, when trying to run the Java code from WSO2 Carbon, there seems to be a classloader problem…
M. de Hay
  • 11
  • 3
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
0 answers

cant't create file on alfresco 4.0.0(3979) using Opencmis 1.0

In my project I have to migrate file to alfresco. I have finished to create the application(java) and try it on my local using alfresco 4.0.0(4003) and it works well. But when I try to run it on server it fails. Exception in thread "main"…
newbie
  • 61
  • 2
  • 10
1
vote
2 answers

DotCMIS IDocument does not give file path

I have an Alfresco 4.2 document at /Sites/swsdp/documentLibrary/Presentations/test1.txt with id workspace://SpacesStore/626216a1-5f9e-4010-a424-e2e0ec4f2663;1.0. Here is my DotCMIS code to deal with a ChangeLog change event: ICmisObject cmisObject =…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

DotCMIS RepositoryInfo.LatestChangeLogToken returns null just after enabling ChangeLog on Alfresco

This code returns null: session.Binding.GetRepositoryService() .GetRepositoryInfo(session.RepositoryInfo.Id, null).LatestChangeLogToken on an Alfresco Community 4.2.e server, just after I turned on ChangeLog and restarted. Before enabling…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
1 answer

Alfresco custom property (via type's mandatory aspect) not exposed by CMIS

I defined a new type in Alfresco with a mandatory aspect zhx:rm that defines a property zhx:taskNo. I created a document of this type, and set its zhx:taskNo value. Using OpenCMIS Workbench 0.10.0, I opened the properties of this document. PROBLEM:…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
0 answers

Liferay OpenCMIS integration with Alfresco

I want to integrate Alfresco repository to Liferay's document and media portlet and I've configured the same with CMIS Web-Services in control panel. Custom properties (custom aspects created in Alfresco) are not visible in document details in…
Jaynil
  • 128
  • 13
1
vote
1 answer

OpenCMIS can't connect to Sharepoint 2010

We are unable to configure OpenCMIS with Sharepoint 2010 at a customer site. The client receives a "401 Unauthorized Access" message from the server. We have tried using our custom "CMIS Tester" and the CMIS Workbench (versions 0.5 and 0.10) but the…
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

What version of CMIS Workbench contains TCK unit tests for CMIS 1.0?

I want to unit test a repository for CMIS 1.0 compatibility. If I use the latest CMIS Workbench, then the TCK button runs the unit tests for CMIS 1.1 (which fails, since the repository only supports CMIS 1.0). Is there some way to run the TCK CMIS…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
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

Client cache enabled but ignored on Alfresco

I'm looking at Alfresco's logs while fetching documents and I can see that each time I try to retrieve the same doc (same ID), a GET request is made to the remote repository. I ran a test where I explicitly call…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
1
vote
1 answer

How can share/unshare alfresco content programmatic in OpenCMIS

I need to share and unshare the content in alfresco using OpenCMIS, i read the documentation here for Apache Chemistry but i don't find this API functionality to share and unshare Documents. So how can i do it programmatically?
user2758757
  • 109
  • 7
1
vote
2 answers

documentLibrary not visible after creating site in Alfresco Share

I have a problem identifying the root folder documentLibrary after creating a new site. I'm using a POST command to create a new site (to service/modules/create-site) and everything looks fine, the site is there. However, listing the folders show…
Horia Toma
  • 1,099
  • 2
  • 17
  • 29
1
vote
1 answer

Sharepoint 2013 CMIS Workbench Login Fails with "One or more of the input parameters to the service method is missing or invalid"

Sharepoint 2013 CMIS Workbench Login Fails with "One or more of the input parameters to the service method is missing or invalid" I have an install of Sharepoint 2013 and in the site settings I have enabled "Content Management Interoperability…
Robert
  • 11
  • 3