<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Mule CMIS CmisPermissionDeniedException: Forbidden in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/mule-cmis-cmispermissiondeniedexception-forbidden/m-p/309224#M262354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the CMIS connector through Mule ESB to manage documents in our alfresco repository. When using the &amp;lt;cmis:get-or-create-folder-by-path&amp;gt; componant, I am getting a permission denied exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception stack is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Forbidden (org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService:430 (null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Failed to invoke getOrCreateFolderByPath. Message payload is of type: AlfrescoFolderImpl (org.mule.api.MessagingException)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; org.mule.module.cmis.processors.GetOrCreateFolderByPathMessageProcessor:139 (&lt;/SPAN&gt;&lt;A href="http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html" rel="nofollow noopener noreferrer"&gt;http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;——————————————————————————–&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Root Exception stack trace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.apache.chemistry.opencmis.commons.exceptions.CmisPermissionDeniedException: Forbidden&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:430)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:554)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:778)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;********************************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to create a document in a folder that already exists, but I want to have the ability to create a folder and then create a document in that folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This works: &amp;lt;cmis:get-or-create-folder-by-path config-ref="CMIS" folderPath="/Travel/" doc:name="Create Folder"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This doesnt: &amp;lt;cmis:get-or-create-folder-by-path config-ref="CMIS" folderPath="/Travel/Andysfolder/" doc:name="Create Folder"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user I am using is set to have Coordinator permissions on the /Travel folder. I have also tried with Collaborator and Editor level permissions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on what could cause this forbidden error? Other than Owner, Coordinator appears to have the highest level of permissions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 18:02:23 GMT</pubDate>
    <dc:creator>amheinlein</dc:creator>
    <dc:date>2014-06-11T18:02:23Z</dc:date>
    <item>
      <title>Mule CMIS CmisPermissionDeniedException: Forbidden</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mule-cmis-cmispermissiondeniedexception-forbidden/m-p/309224#M262354</link>
      <description>I am using the CMIS connector through Mule ESB to manage documents in our alfresco repository. When using the &amp;lt;cmis:get-or-create-folder-by-path&amp;gt; componant, I am getting a permission denied exception.Exception stack is:1. Forbidden (org.apache.chemistry.opencmis.commons.exceptions.CmisPermissi</description>
      <pubDate>Wed, 11 Jun 2014 18:02:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mule-cmis-cmispermissiondeniedexception-forbidden/m-p/309224#M262354</guid>
      <dc:creator>amheinlein</dc:creator>
      <dc:date>2014-06-11T18:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mule CMIS CmisPermissionDeniedException: Forbidden</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mule-cmis-cmispermissiondeniedexception-forbidden/m-p/309225#M262355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please check your "Travel" folder to see if permissions are set to inherit or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If permissions are set to inherit ,a coordinator can do anything to t its children .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 01:20:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mule-cmis-cmispermissiondeniedexception-forbidden/m-p/309225#M262355</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-06-12T01:20:38Z</dc:date>
    </item>
  </channel>
</rss>

