<?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: problem replicating acl in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116369#M82124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My configuration is with ehcache-custom.xml on extension,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in which I redefine the bold values&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="peerDiscovery=automatic, multicastGroupAddress=[b]228.1.3.3[/b], multicastGroupPort=[b]4446[/b]" /&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" properties="hostName=[b]192.168.0.1[/b], port=[b]43645[/b]" /&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I deleted ehcache.xml from repository.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the replication works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided to do this because I examined the version 2.1 and I didn't find the ehcache.xml in the new version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you&amp;nbsp; explain me why ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 15:28:23 GMT</pubDate>
    <dc:creator>roberto_stellon</dc:creator>
    <dc:date>2007-07-31T15:28:23Z</dc:date>
    <item>
      <title>problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116365#M82120</link>
      <description>I have a problem in replicating acl through two instances of alfresco 2.0 ona jboss cluster.We have only an instance of mysql 5.0 shared between the two jboss.We use shared content and two separated indexes. If I create a content on a jboss node it's immediately available on the other.On the other s</description>
      <pubDate>Mon, 30 Jul 2007 16:23:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116365#M82120</guid>
      <dc:creator>roberto_stellon</dc:creator>
      <dc:date>2007-07-30T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116366#M82121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to follow the Wiki: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/High_Availability_Configuration_V1.4_to_V2.1" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/High_Availability_Configuration_V1.4_to_V2.1&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Your configuration - presuming that you are sharing the content as well - is exactly described by the page.&amp;nbsp; Read it thoroughly and feel free to post questions here about anything you don't understand.&amp;nbsp; It's good to experiment, but you should be aware of what all the beans do and what the various options are on the beans that you enable.&amp;nbsp; Use the javadocs for that: &lt;/SPAN&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 11:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116366#M82121</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-07-31T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116367#M82122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you derek for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have the configuration present in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/High_Availability_Configuration_V1.4_to_V2.1" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/High_Availability_Configuration_V1.4_to_V2.1&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but the problem seems to be in configuration of ehcache.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In repository.jar of alfresco 2.0 community there is a configuration file &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ehcache.xml; with this file in repository.jar, the replication of user, group and acl was not good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We deleted this configuration file from repository.jar and the replication works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you tell me what will be this configuation in alfresco 2.1 that is now available ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 13:50:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116367#M82122</guid>
      <dc:creator>roberto_stellon</dc:creator>
      <dc:date>2007-07-31T13:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116368#M82123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Wiki is correct.&amp;nbsp; Removing the &lt;/SPAN&gt;&lt;STRONG&gt;ehcache.xml&lt;/STRONG&gt;&lt;SPAN&gt; from &lt;/SPAN&gt;&lt;STRONG&gt;repository.jar&lt;/STRONG&gt;&lt;SPAN&gt; is very wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 14:06:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116368#M82123</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-07-31T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116369#M82124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My configuration is with ehcache-custom.xml on extension,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in which I redefine the bold values&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory" properties="peerDiscovery=automatic, multicastGroupAddress=[b]228.1.3.3[/b], multicastGroupPort=[b]4446[/b]" /&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" properties="hostName=[b]192.168.0.1[/b], port=[b]43645[/b]" /&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I deleted ehcache.xml from repository.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the replication works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided to do this because I examined the version 2.1 and I didn't find the ehcache.xml in the new version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you&amp;nbsp; explain me why ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 15:28:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116369#M82124</guid>
      <dc:creator>roberto_stellon</dc:creator>
      <dc:date>2007-07-31T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116370#M82125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That file, &lt;/SPAN&gt;&lt;STRONG&gt;ehcache.xml&lt;/STRONG&gt;&lt;SPAN&gt; was meant to be unused as it was replaced with &lt;/SPAN&gt;&lt;STRONG&gt;ehcache-default.xml&lt;/STRONG&gt;&lt;SPAN&gt;, which is also defined in your &lt;/SPAN&gt;&lt;STRONG&gt;repository.jar&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; The mechanism that looks up the &lt;/SPAN&gt;&lt;STRONG&gt;ehcache-custom.xml&lt;/STRONG&gt;&lt;SPAN&gt; is the same mechanims that ignores &lt;/SPAN&gt;&lt;STRONG&gt;ehcache.xml&lt;/STRONG&gt;&lt;SPAN&gt; in favour of &lt;/SPAN&gt;&lt;STRONG&gt;ehcache-default.xml&lt;/STRONG&gt;&lt;SPAN&gt;, but a bug was introduced during the merge of the WCM code into the main code of V2.0 Open.&amp;nbsp; The fix went in for the V2.0.1 Enterprise release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 20:16:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116370#M82125</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-07-31T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem replicating acl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116371#M82126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we don't use the V2.0.1 Enterprise release but V2.0 community edition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and seems that the problem was present&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have a good day&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 07:22:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-replicating-acl/m-p/116371#M82126</guid>
      <dc:creator>roberto_stellon</dc:creator>
      <dc:date>2007-08-01T07:22:18Z</dc:date>
    </item>
  </channel>
</rss>

