Questions tagged [cmis]

Content Management Interoperability Services for talking to Content Repositories

Content Management Interoperability Services, abbreviated as CMIS, is an OASIS standard for communicating with Content Repositories using one of its RESTful, SOAP or JSON bindings. An introduction is available from the Apache Chemistry project (tag apache-chemistry)

This tag should be used for questions around using CMIS, building clients and servers on top of it, and understanding how things map onto CMIS concepts.

518 questions
4
votes
1 answer

Property cmis:parentId is only defined for folders

I'm writing a CMIS interface for my application. This interface returns a cmis:document object as a child of a cmis:folder object. Here is a part of xml output. The cmis:document object has a cmis:parentId property. Now I'd like to validate the…
Mimefilt
  • 650
  • 9
  • 20
4
votes
5 answers

how to access Cmis without a password?

I'm trying to query Alfresco through cmis with DotCmis ( http://chemistry.apache.org/dotnet/dotcmis.html ) It's working ok as long as I specify a user / password. How can I do that without specifying a password ? I'd like to use the CurrentIdentity…
Vincent
  • 510
  • 1
  • 5
  • 23
3
votes
1 answer

What is Assignable Unit in cmi5 spec?

A bit introduction, I'm trying to create a LMS that will launch cmi5 course. But, I've trouble in understanding about cmi5 package and some other terms. Here I would like to ask/clarify several points to make it clear. I've seen TinCan/xAPI sample…
prowse
  • 158
  • 8
3
votes
2 answers

Custom UI for Alfresco ECM

What are the options for implementing a custom UI for searching the alfresco repository? I have found only customizations of the Web Scripts share which is more of a WCM thing. Could it be implemented and expanded for Custom Model searches from…
3
votes
1 answer

CMIS Query Path Contain Number not working

I am trying to fetch all documents from alfresco using path SELECT cmis:path,cmis:objectId,cmis:allowedChildObjectTypeIds FROM cmis:folder WHERE CONTAINS('PATH:\"/app:company_home/st:sites/cm:my_tite/cm:documentLibrary/cm:PIM_x0020_Data//*\"') is…
user3370281
  • 121
  • 1
  • 9
3
votes
1 answer

How can I combine two queries opencmis alfresco

I want to get all files that have either aspect A or aspect B. Here are my queries: SELECT * FROM SELECT * FROM ` I know that UNION doesn't exist in opencmis, so is there any way to get around this?
3
votes
1 answer

Reconvert java.util.GregorianCalendar.toString() back to GregorianCalendar

I am working with CMIS and Java, i loaded all properties from a document and wrote them into an xml file. I use Object.toString() method to create text nodes in xml file. Therefore i used .toString() method to stringify GregorianCalendar method and…
YigitOzdemir
  • 95
  • 1
  • 13
3
votes
1 answer

java.lang.NoSuchMethodError: com.sun.xml.internal.ws.api.message.Message.getHeaders

I'm trying to connect to a CMIS server with Apache Chemistry, when it is configured with an AtomPumb url it works ok, but when I swith to webservices and when it tries to create a session it throws this error: java.lang.NoSuchMethodError:…
Alfredo M
  • 568
  • 3
  • 7
  • 26
3
votes
0 answers

Documentum: Invalid property definition ID was supplied : cmis:contentStreamFileName

I am sending a valid CMIS query to Documentum 7.1 and get a Bad Request response: GET…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
3
votes
1 answer

Eclipse Unhandled event loop exception with Birt

I'm getting unhandled event loop exception when trying to create Birt data set to get data from Web Service data source. java.lang.StackOverflowError at org.apache.xerces.dom.NamedNodeMapImpl.findNamePoint(Unknown Source) at…
mrgrechkinn
  • 883
  • 8
  • 19
3
votes
1 answer

What is OpenCMIS Bridge?

I just noticed this project at Apache OpenCMIS: https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/chemistry-opencmis-bridge There is no description, no documentation, and reading the code does not give many hints about what it is supposed to…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
3
votes
2 answers

How to set the title and description in community Alfresco?

I have a repository, and through the alfresco website, I can set the name, title, and description when I create a folder in a repository. However, if I try to create the same via opencmis java, I get the error "Property 'cmis:title' is not valid for…
user2624246
  • 31
  • 1
  • 2
3
votes
1 answer

Can CMIS be used to retrieve node content from Alfresco?

The CMIS protocol was designed to give easy access for uploading/retrieving documents and folders. Can the CMIS protocol be used to retrieve node content in Alfresco? For example is the following query valid? This tries to retrieve all tasks from…
WillingGood
  • 127
  • 1
  • 7
3
votes
1 answer

Parser for CMIS queries based on BNF grammar

For our CMIS server side implementation, I am looking to build a parser that will parse query statements provided as input to the query method. CMIS defines a BNF grammar for the query statements. I was wondering what would be the best way to…
Mandar
  • 303
  • 4
  • 18
3
votes
5 answers

Talend / Alfresco 4.0 connector?

As far as I can tell, this project http://knowledge.openwide.fr/Main/AlfrescoETLConnector only supports Alfresco 3.3 and under. Are there any Talend connectors for Alfresco 4.0? We have so much development work in 4.0 that we don't even want to…
MonkeyWrench
  • 1,809
  • 2
  • 24
  • 48
1
2
3
34 35