[jboss-cvs] JBossAS SVN: r93477 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 14 10:01:13 EDT 2009


Author: pferraro
Date: 2009-09-14 10:01:08 -0400 (Mon, 14 Sep 2009)
New Revision: 93477

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml
Log:
[JBPAPP-2649] Reviewed - minor edit

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml	2009-09-14 14:00:27 UTC (rev 93476)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache.xml	2009-09-14 14:01:08 UTC (rev 93477)
@@ -159,6 +159,8 @@
    <property name="nodeLockingScheme">PESSIMISTIC</property>
    <property name="isolationLevel">REPEATABLE_READ</property>
    <property name="cacheMode">REPL_ASYNC</property>
+   
+   <property name="useLockStriping">false</property>
 
    <!-- Number of milliseconds to wait until all responses for a
         synchronous call have been received. Make this longer 
@@ -636,7 +638,7 @@
             <list>
                <bean class="org.jboss.cache.loader.FileCacheLoaderConfig">
                   <!-- Where passivated sessions are stored -->
-                  <property name="location">${jboss.server.data.dir}${/}field-session</property>
+                  <property name="location">${jboss.server.data.dir}${/}session</property>
                   <!-- Do not change these -->
                   <property name="async">false</property>
                   <property name="fetchPersistentState">true</property>




More information about the jboss-cvs-commits mailing list