Hi Piergiorgio, I've installed Alfresco 4.2.d and it uses CMIS 1.0 When I manually connect here:
http://[host]:[port]/alfresco/cmisatom I can get the required file. I also now the repository id of my installation. I can index data via ManifoldCF but I cannot get any ACLs. When I check here: /mcf-authority-service/UserACLs it says: DEAD_AUTHORITY Is there any problem while getting ACLs via CMIS connector or do I miss anything? Kind Regards, Furkan KAMACI On Wed, Jan 18, 2017 at 4:34 PM, Piergiorgio Lucidi <[email protected]> wrote: > Hi Furkan, > > the endpoint depends on the specific Alfresco version. > > For Alfresco 4.2.d-f, Alfresco 5.0 and Alfresco 5.1: > http://[host]:[port]/alfresco/api/-default-/public/cmis/versions/1.1/atom > > For Alfresco <=4.1: > http://[host]:[port]/alfresco/cmisatom > > > For Alfresco 3: > http://[host]:[port]/alfresco/service/cmis > > The repositoryId is different for any repository because it is generated > at runtime the first time you start Alfresco. > You can contact Alfresco as a CMIS Server asking for all the repositories > exposed and then getting the one you need as the following snippet using > OpenCMIS in Java language: > > List<Repository> repositories = factory.getRepositories(parameter); > Session session = repositories.get(0).createSession(); > > Hope this helps. > > Cheers, > Piergiorgio > > > 2017-01-17 20:53 GMT+01:00 Furkan KAMACI <[email protected]>: > >> Hi, >> >> I'm testing CMIS Authority Connection. I want to test it with Alfresco. >> What are the default values for *endpoint* and *repositoryId* for a >> default installation of Alfresco? >> >> Kind Regards, >> Furkan KAMACI >> > > > > -- > Piergiorgio Lucidi > Technology Evangelist @ Sourcesense > Author and Technical Reviewer @ Packt Publishing > Mentor / PMC Member / Committer @ Apache Software Foundation > Community Star / Wiki Gardener / Forum Moderator / Certified Instructor, > Engineer and Administrator @ Alfresco > Top Community Contributor @ Crafter > Project Leader / Committer @ JBoss > http://www.open4dev.com >
