mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.1 to HEAD
6529: Fix for AWC-1506 "Configure Dashboard Wizard - no indication as to why new Components can not be added to the Selected list...." 6530: SDK remote dependencies for Axis jar rename 6531: Fixed XML blooper in sample config. 6532: AWC-1516 6533 FQDN case sensitivity 6534: Fixed WebServices query session cache in the cluster sample git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6743 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -378,7 +378,7 @@
|
||||
name="org.alfresco.repo.avm.lookupSharedCache"
|
||||
maxElementsInMemory="10000"
|
||||
eternal="true"
|
||||
overflowToDisk="false"
|
||||
overflowToDisk="false">
|
||||
|
||||
<cacheEventListenerFactory
|
||||
class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
|
||||
@@ -394,14 +394,14 @@
|
||||
maxElementsInMemory="1000"
|
||||
eternal="false"
|
||||
timeToLiveSeconds="300"
|
||||
overflowToDisk="false"
|
||||
overflowToDisk="false">
|
||||
|
||||
<cacheEventListenerFactory
|
||||
class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
|
||||
properties="replicatePuts = false,
|
||||
properties="replicatePuts = true,
|
||||
replicateUpdates = true,
|
||||
replicateRemovals = true,
|
||||
replicateUpdatesViaCopy = false,
|
||||
replicateUpdatesViaCopy = true,
|
||||
replicateAsynchronously = false"/>
|
||||
</cache>
|
||||
|
||||
|
Reference in New Issue
Block a user