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:
Derek Hulley
2007-09-11 00:32:15 +00:00
parent e02f50bd08
commit ab0e9db542

View File

@@ -378,7 +378,7 @@
name="org.alfresco.repo.avm.lookupSharedCache" name="org.alfresco.repo.avm.lookupSharedCache"
maxElementsInMemory="10000" maxElementsInMemory="10000"
eternal="true" eternal="true"
overflowToDisk="false" overflowToDisk="false">
<cacheEventListenerFactory <cacheEventListenerFactory
class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
@@ -394,14 +394,14 @@
maxElementsInMemory="1000" maxElementsInMemory="1000"
eternal="false" eternal="false"
timeToLiveSeconds="300" timeToLiveSeconds="300"
overflowToDisk="false" overflowToDisk="false">
<cacheEventListenerFactory <cacheEventListenerFactory
class="net.sf.ehcache.distribution.RMICacheReplicatorFactory" class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
properties="replicatePuts = false, properties="replicatePuts = true,
replicateUpdates = true, replicateUpdates = true,
replicateRemovals = true, replicateRemovals = true,
replicateUpdatesViaCopy = false, replicateUpdatesViaCopy = true,
replicateAsynchronously = false"/> replicateAsynchronously = false"/>
</cache> </cache>