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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 13:26:48 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-03 13:26:48 -0500 (Mon, 03 Nov 2008)
New Revision: 80394

Modified:
   trunk/cluster/src/etc/cluster-jboss-beans.xml
Log:
[JBAS-6135] Reenable concurrent channel connection

Modified: trunk/cluster/src/etc/cluster-jboss-beans.xml
===================================================================
--- trunk/cluster/src/etc/cluster-jboss-beans.xml	2008-11-03 18:26:23 UTC (rev 80393)
+++ trunk/cluster/src/etc/cluster-jboss-beans.xml	2008-11-03 18:26:48 UTC (rev 80394)
@@ -43,9 +43,7 @@
       <property name="methodCallTimeout">60000</property>
       
       <!-- 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