<?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 Re: Collaborative Sandboxes? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/collaborative-sandboxes/m-p/217955#M171085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well not a lot of replies yet so I'll throw out my latest info on solving this.&amp;nbsp; I'd appreciate any and all feedback (even if it's just to wish me good luck) &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided to see if the existing Alfresco permission system could do what I needed.&amp;nbsp; After a lot of digging through code, I finally created the following in a test webscript:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;var nodeRef = avm.lookupNode("mywebsite–collaborative:/www/avm_webapps/ROOT/").nodeRef;&lt;BR /&gt;serviceRegistry.getPermissionService().setPermission(nodeRef, "GROUP_EVERYONE", "FullControl", true /*allow*/);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that code first retrieves the very base folder of my web project, and then it grants world/777/all access to everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I thought this solved it!&amp;nbsp; All users can indeed edit and create content inside this sandbox.&amp;nbsp; However, as soon as a user submits any of their changes to the Staging sandbox, the permissions get all screwed up.&amp;nbsp; I know that 'screwed up' isn't very descriptive, but I seem to be getting different results every time.&amp;nbsp; This latest time I tried submitting the changes it I got:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Caused by: org.alfresco.service.cmr.avm.AVMNotFoundException: 08130835 Not allowed to delete in store : mywebsite–workflow-8ec660c3-170d-4421-82d1-3702d8907eaf at /www/avm_webapps/ROOT&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any known issues with permissions and submitting to staging?&amp;nbsp; Or am I missing something obvious?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2009 01:26:20 GMT</pubDate>
    <dc:creator>laura_</dc:creator>
    <dc:date>2009-09-14T01:26:20Z</dc:date>
    <item>
      <title>Collaborative Sandboxes?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collaborative-sandboxes/m-p/217954#M171084</link>
      <description>I do believe the title says it all!What are the options for implementing collaborative sandboxes?&amp;nbsp; As a background, I see that it's listed on the Roadmap (http://wiki.alfresco.com/wiki/Roadmap) as a Q3/Q4 feature, but I don't see much activity around it (it's actually also described on the WCM wiki</description>
      <pubDate>Fri, 11 Sep 2009 01:32:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collaborative-sandboxes/m-p/217954#M171084</guid>
      <dc:creator>laura_</dc:creator>
      <dc:date>2009-09-11T01:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Collaborative Sandboxes?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/collaborative-sandboxes/m-p/217955#M171085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well not a lot of replies yet so I'll throw out my latest info on solving this.&amp;nbsp; I'd appreciate any and all feedback (even if it's just to wish me good luck) &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided to see if the existing Alfresco permission system could do what I needed.&amp;nbsp; After a lot of digging through code, I finally created the following in a test webscript:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;var nodeRef = avm.lookupNode("mywebsite–collaborative:/www/avm_webapps/ROOT/").nodeRef;&lt;BR /&gt;serviceRegistry.getPermissionService().setPermission(nodeRef, "GROUP_EVERYONE", "FullControl", true /*allow*/);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that code first retrieves the very base folder of my web project, and then it grants world/777/all access to everyone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I thought this solved it!&amp;nbsp; All users can indeed edit and create content inside this sandbox.&amp;nbsp; However, as soon as a user submits any of their changes to the Staging sandbox, the permissions get all screwed up.&amp;nbsp; I know that 'screwed up' isn't very descriptive, but I seem to be getting different results every time.&amp;nbsp; This latest time I tried submitting the changes it I got:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Caused by: org.alfresco.service.cmr.avm.AVMNotFoundException: 08130835 Not allowed to delete in store : mywebsite–workflow-8ec660c3-170d-4421-82d1-3702d8907eaf at /www/avm_webapps/ROOT&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any known issues with permissions and submitting to staging?&amp;nbsp; Or am I missing something obvious?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 01:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/collaborative-sandboxes/m-p/217955#M171085</guid>
      <dc:creator>laura_</dc:creator>
      <dc:date>2009-09-14T01:26:20Z</dc:date>
    </item>
  </channel>
</rss>

