Re: QUERY REGD CMIS CONNECTIVITY TO FILE SYSTEM

2015-10-05 Thread Florian Müller
Hi Bharath, To access a remote file system, you have to use some kind of protocol (CIFS, NFS, WebDAV, ...). Find a Java library that supports the protocol that fits in your environment and extend the the FileShare repository code. There is no code for something like this in Apache Chemistry.

QUERY REGD CMIS CONNECTIVITY TO FILE SYSTEM

2015-10-01 Thread Bharath Kumar
Hi Team, Good Day! Recently i have started reading the CMIS and like to implement the below requirement which is useful in one of the component in my project. Requirement: "Need to create a CMIS webservice which connect to any File System". I have downloaded cmis open source war and deployed in