cmis

CMIS vs. WebDAV

What are the main technical differences between CMIS and WebDAV? If applicable, what exactly does CMIS improves over WebDAV? I am not asking about adoption rates or number of implementations, just about the technical differences between each of those standards. ...

OpenCMIS: Example uses a class I can't find in the whole source

I am trying to run the CMIS client example on: http://incubator.apache.org/chemistry/opencmis-api-examples.html Unfortunately I can't find the "SessionParameter" class that the example uses. It is nowhere to be found in the whole project's source code: http://github.com/apache/chemistry What did I miss? Or maybe the example is out-of-d...

What Java CMIS client library should I use?

I am starting a new project and must decide which CMIS client library we will use. Our Java project just needs to connect an a CMIS server (actually Alfresco but it should not matter), in order to perform some read/write/search operations. I am looking for a client library that: is already usable is not going to be abandoned soon has ...

JCR vs. CMIS: Which repository API should I use?

I am starting a new project that needs to connect to a repository that offers JCR and CMIS APIs. The project is in Java and both APIs offer every operation we need. What API would you chose and why? JCR or CMIS? ...

Get Alfresco extension properties with OpenCMIS

I'm writing an OpenCMIS based application, which extracts some data from Alfresco 3.3. It works fine with standard CMIS properties such as cmis:name or cmis:contentStreamMimeType; however, I can't access Alfresco especific properties, which are present on the CMIS AtomPub feed as "Alfresco extensions": <cmisra:object> <cmis:propertie...

CMIS explorer webapp

CMIS is a recently approved standard for accessing ECM repositories. My idea is to create a repository explorer using CMIS, under the form of an open source Java/JEE Web Application. The main interest would probably be for integrators, using it as a framework on which to quickly build repository access intranet/extranet applications. ...

CMIS through ServiceMix, Implement as BC or SE ?

CMIS is a specification for improving interoperability between ECMSs as wikipedia entry says. If i want these Applications to communicate through ServiceMix, how do i implement CMIS ? As a binding component or as a service engine ? ...

Random failures using CMISQL queries on Alfresco 3.3.0 [solved]

[Solved, it seems that there was some bug affecting Alfresco 3.3.0, which is no longer present on Alfresco 3.3.0g] Hi, I'm using OpenCMIS to retrieve data from Alfresco 3.3, but it's having a very weird behaviour on CMISQL queries. I've googled somebody else with the same problems, but it seems I'm the first one all over the world :), ...

Does Xerox DocuShare support the CMIS protocol?

Can I access the content of a DocuShare repository using the CMIS protocol? CMIS is a recently-released standard to access ECM repositories. It is already usable with Alfresco and Nuxeo, and many other ECM vendors are implementing it, but I can't find any information for DocuShare. Thanks! ...

Apache CXF and CMIS spec 1.0

Hello, I am using Apache CXF for CMIS WS client development. For Alfresco version 3.2r2 it was generating proper stub classes, but for Alfresco 3.3g it generates stubs with JAXBElement for String, boolean etc.. instead of Java datatype for String and Boolean. Can any one guide how to generate CXF client stubs to avoid JAXBElement data...

How can I tell whether an incoming SOAP message has an attachment or not?

I'm working on a web service in Java that takes in a SOAP request and needs to fail if the request doesn't contain an attachment. I'm testing using soapUI, sending a message to an instance of WSO2 ESB, passing it to an instance of Apache ActiveMQ and later converting it into an org.oasis_open.docs.ns.cmis.messaging._200908.SetContentStr...

OpenCMIS Download

It looks like OpenCMIS is the best java lib for CMIS integration (according to this forum!). I can't download the source (stuck behind a firewall)- is there a (client) JAR bundle available for download, anywhere??? Thanks, Gavin ...

Apply Alfresco aspect with custom properties during the creation of document

I tried to create cmis:document and apply custom aspect on it. At that time I wanted to set some aspect properties: <cmisra:object> <cmis:properties> <cmis:propertyId propertyDefinitionId="cmis:objectTypeId"> <cmis:value>cmis:document</cmis:value> </cmis:propertyId> <alf:setAspects> ...