<?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: Can I use a single domain for document management and social collaboration ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322944#M9945</link>
    <description>&lt;P&gt;This solution is good enough waiting a clean implementation we plan to do as explained Laurent.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2012 08:48:51 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2012-09-11T08:48:51Z</dc:date>
    <item>
      <title>Can I use a single domain for document management and social collaboration ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322940#M9941</link>
      <description>&lt;P&gt;Is it possible to delete the Collaboration domain and move its types to the default domain ?
Ideally we should be able to use all the DM types in a social workspace and have social workspaces in the default domain.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 01:37:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322940#M9941</guid>
      <dc:creator>Nelson_Silva</dc:creator>
      <dc:date>2012-09-07T01:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a single domain for document management and social collaboration ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322941#M9942</link>
      <description>&lt;P&gt;Hi Nelson,&lt;/P&gt;
&lt;P&gt;This is something we'd like to have but it requires a lot of refactoring. You can follow those changes on this Jira: &lt;A href="https://jira.nuxeo.com/browse/NXP-8764"&gt;https://jira.nuxeo.com/browse/NXP-8764&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 15:58:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322941#M9942</guid>
      <dc:creator>Laurent_Doguin</dc:creator>
      <dc:date>2012-09-07T15:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a single domain for document management and social collaboration ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322942#M9943</link>
      <description>&lt;P&gt;Can't I use the SocialWorkspaceService and change the socialWorkspaceContainer path to /default to use the default domain ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 19:25:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322942#M9943</guid>
      <dc:creator>Nelson_Silva</dc:creator>
      <dc:date>2012-09-07T19:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a single domain for document management and social collaboration ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322943#M9944</link>
      <description>&lt;P&gt;I managed to get Social Workspaces in the default domain so it solves half of the problem.&lt;/P&gt;
&lt;P&gt;Basically I :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Contributed to the "types" extension point of org.nuxeo.ecm.platform.types.TypeService to add SocialWorkspace as a subtype of Domain&lt;/LI&gt;
&lt;LI&gt;Contributed to the "filters" extension point of org.nuxeo.ecm.platform.actions.ActionService to append a rule to the "create" filter granting AddChildren permission to the type Domain (this display the "New" action button when viewing the default domain).&lt;/LI&gt;
&lt;LI&gt;Changed the "socialWorkspaceContainer" path by contributing to its extension point in org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService. I changed if to /default-domain to make it work with the default domain. (This configures this aa the target for new social workspaces created using the Collaboration tab.)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can find the result here : &lt;A href="https://gist.github.com/3681415#file_mysocial_config.xml"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/A&gt;&lt;A href="https://gist.github.com/3681415#file_mysocial_config.xml" target="test_blank"&gt;https://gist.github.com/3681415#file_mysocial_config.xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Just copy this to your nxserver/config and remove the Collaboration domain.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2012 02:11:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322943#M9944</guid>
      <dc:creator>Nelson_Silva</dc:creator>
      <dc:date>2012-09-09T02:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a single domain for document management and social collaboration ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322944#M9945</link>
      <description>&lt;P&gt;This solution is good enough waiting a clean implementation we plan to do as explained Laurent.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2012 08:48:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/can-i-use-a-single-domain-for-document-management-and-social/m-p/322944#M9945</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-09-11T08:48:51Z</dc:date>
    </item>
  </channel>
</rss>

