[jboss-cvs] JBossAS SVN: r80531 - trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 17:43:26 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-04 17:43:26 -0500 (Tue, 04 Nov 2008)
New Revision: 80531

Modified:
   trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
Log:
[JBAS-6079] For now, disable JBC 3 async marshalling

Modified: trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml
===================================================================
--- trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-11-04 22:27:29 UTC (rev 80530)
+++ trunk/cluster/src/resources/jboss-cache-manager.sar/META-INF/jboss-cache-configs.xml	2008-11-04 22:43:26 UTC (rev 80531)
@@ -48,6 +48,9 @@
         <attribute name="UseRegionBasedMarshalling">false</attribute>
         <!-- Must match the value of "UseRegionBasedMarshalling" -->
         <attribute name="InactiveOnStartup">false</attribute>
+
+        <!-- For now. disable asynchronous RPC marshalling/sending -->
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
            
         <attribute name="ExposeManagementStatistics">true</attribute>
 
@@ -167,6 +170,9 @@
         <attribute name="UseRegionBasedMarshalling">true</attribute>
         <!-- Must match the value of "useRegionBasedMarshalling" -->
         <attribute name="InactiveOnStartup">true</attribute>
+
+        <!-- For now. disable asynchronous RPC marshalling/sending -->
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
            
         <attribute name="ExposeManagementStatistics">true</attribute>
 
@@ -291,6 +297,9 @@
         <attribute name="UseRegionBasedMarshalling">true</attribute>
         <!-- Must match the value of "useRegionBasedMarshalling" -->
         <attribute name="InactiveOnStartup">true</attribute>
+
+        <!-- For now. disable asynchronous RPC marshalling/sending -->
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
            
         <attribute name="ExposeManagementStatistics">true</attribute>
 
@@ -394,6 +403,9 @@
 
         <attribute name="UseRegionBasedMarshalling">false</attribute>
         <attribute name="InactiveOnStartup">false</attribute>
+
+        <!-- For now. disable asynchronous RPC marshalling/sending -->
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
            
         <attribute name="ExposeManagementStatistics">true</attribute>
 
@@ -459,6 +471,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>
@@ -540,6 +555,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
       <!--  Eviction policy configurations. -->
       <attribute name="EvictionPolicyConfig">
         <config>
@@ -626,6 +644,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>
@@ -741,6 +762,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>
@@ -818,6 +842,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
       <!--  Eviction policy configurations. -->
       <attribute name="EvictionPolicyConfig">
         <config>
@@ -899,6 +926,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>
@@ -983,6 +1013,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>
@@ -1066,6 +1099,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+       <!-- For now. disable asynchronous RPC marshalling/sending -->
+       <attribute name="SerializationExecutorPoolSize">0</attribute>
+
        <!--  Eviction policy configurations. -->
        <attribute name="EvictionPolicyConfig">
         <config>




More information about the jboss-cvs-commits mailing list