[jboss-cvs] JBossAS SVN: r83453 - branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 27 00:57:17 EST 2009


Author: jiwils
Date: 2009-01-27 00:57:17 -0500 (Tue, 27 Jan 2009)
New Revision: 83453

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
Log:
Partial fix for JBPAPP-1515.  Added FRAG2 to the EJB3 SFSB alternate TCP stack as FC requires it.

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2009-01-27 05:42:31 UTC (rev 83452)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2009-01-27 05:57:17 UTC (rev 83453)
@@ -2,13 +2,13 @@
 <server>
 
    <!-- ========================================================== -->
-   <!-- Clustered SFSB cache config for use with JBoss Cache 1.4.x --> 
+   <!-- Clustered SFSB cache config for use with JBoss Cache 1.4.x -->
    <!-- ========================================================== -->
-   <mbean code="org.jboss.cache.TreeCache" 
+   <mbean code="org.jboss.cache.TreeCache"
           name="jboss.cache:service=EJB3SFSBClusteredCache">
-        
+
       <attribute name="ClusterName">${jboss.partition.name:DefaultPartition}-SFSBCache</attribute>
-      
+
       <!--
               Node locking level : SERIALIZABLE
                                    REPEATABLE_READ (default)
@@ -29,18 +29,18 @@
       <!-- Must match the value of "useRegionBasedMarshalling" -->
       <attribute name="InactiveOnStartup">true</attribute>
 
-	  <!-- 
+	  <!--
 	       JGroups protocol stack config in XML format.
 		   If your CacheMode is set to REPL_SYNC we recommend you comment
            out the FC (flow control) protocol
-			 
+
            On Windows machines, because of the media sense feature
            being broken with multicast (even after disabling media sense)
            set the UDP.loopback attribute to true
-	  -->     
+	  -->
       <attribute name="ClusterConfig">
          <config>
-            <UDP mcast_addr="${jboss.partition.udpGroup:229.1.2.3}" 
+            <UDP mcast_addr="${jboss.partition.udpGroup:229.1.2.3}"
              mcast_port="${jboss.ejb3sfsbpartition.mcast_port:45551}"
              tos="8"
              ucast_recv_buf_size="20000000"
@@ -83,7 +83,7 @@
           <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
           <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
         </config>
-        
+
         <!-- Alternate TCP stack: customize it for your environment, change bind_addr and initial_hosts -->
         <!--
         <Config>
@@ -124,9 +124,10 @@
                       view_bundling="true"/>
           <FC max_credits="2000000" down_thread="false" up_thread="false"
               min_threshold="0.10"/>
+          <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
           <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
         </Config>
-        -->        
+        -->
       </attribute>
 
       <!--    The max amount of time (in milliseconds) we wait until the
@@ -163,7 +164,7 @@
       <!-- Store passivated sessions to the file system -->
       <attribute name="CacheLoaderConfiguration">
           <config>
-              
+
               <passivation>true</passivation>
               <shared>false</shared>
 
@@ -171,7 +172,7 @@
                   <class>org.jboss.cache.loader.FileCacheLoader</class>
                   <!-- Passivate to the server data dir -->
                   <properties>
-                       location=${jboss.server.data.dir}${/}sfsb 
+                       location=${jboss.server.data.dir}${/}sfsb
                   </properties>
                   <async>false</async>
                   <fetchPersistentState>true</fetchPersistentState>




More information about the jboss-cvs-commits mailing list