[jboss-cvs] JBossAS SVN: r103948 - trunk/cluster/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 14 00:27:14 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-14 00:27:13 -0400 (Wed, 14 Apr 2010)
New Revision: 103948

Modified:
   trunk/cluster/src/etc/hapartition-jboss-beans.xml
Log:
Temporarily work around JGRP-1190 by disabling concurrent channel connects

Modified: trunk/cluster/src/etc/hapartition-jboss-beans.xml
===================================================================
--- trunk/cluster/src/etc/hapartition-jboss-beans.xml	2010-04-14 04:20:13 UTC (rev 103947)
+++ trunk/cluster/src/etc/hapartition-jboss-beans.xml	2010-04-14 04:27:13 UTC (rev 103948)
@@ -39,9 +39,9 @@
       <!-- Max time (in ms) to wait for RPC calls to complete. -->
       <property name="methodCallTimeout">60000</property>
       
-      <!-- Optionally provide a thread source to allow async connect of our channel -->
+      <!-- Optionally provide a thread source to allow async connect of our channel
       <property name="threadPool"><inject bean="LongRunningTasksThreadPool"/></property>
-      
+       -->
       <property name="distributedStateImpl">
 	      <bean name="DistributedState"
 	   		 class="org.jboss.ha.framework.server.DistributedStateImpl">	      




More information about the jboss-cvs-commits mailing list