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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 24 12:45:58 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-24 12:45:58 -0400 (Fri, 24 Oct 2008)
New Revision: 80055

Modified:
   trunk/cluster/src/etc/cluster-jboss-beans.xml
Log:
[JBAS-6135] Disable concurrent start of channels until we sort why it intermittently fails

Modified: trunk/cluster/src/etc/cluster-jboss-beans.xml
===================================================================
--- trunk/cluster/src/etc/cluster-jboss-beans.xml	2008-10-24 16:20:18 UTC (rev 80054)
+++ trunk/cluster/src/etc/cluster-jboss-beans.xml	2008-10-24 16:45:58 UTC (rev 80055)
@@ -42,8 +42,10 @@
       <!-- 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 -->
+      <!--  FIXME: reenable this once we determine why it is causing problems.
       <property name="threadPool"><inject bean="jboss.system:service=ThreadPool"/></property>
+      -->
       
       <property name="distributedReplicantManagerImpl">
          <bean name="DistributedReplicantManager"




More information about the jboss-cvs-commits mailing list