[jboss-cvs] JBoss Messaging SVN: r1719 - branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/connectionfactory

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 7 15:44:56 EST 2006


Author: clebert.suconic at jboss.com
Date: 2006-12-07 15:44:55 -0500 (Thu, 07 Dec 2006)
New Revision: 1719

Modified:
   branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java
Log:
Fixing connection factories

Modified: branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java
===================================================================
--- branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java	2006-12-07 20:31:50 UTC (rev 1718)
+++ branches/Branch_Client_Failover_Experiment/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java	2006-12-07 20:44:55 UTC (rev 1719)
@@ -286,18 +286,6 @@
          {
             String uniqueName = sKey.substring(CF_PREFIX.length());
             
-            if (log.isTraceEnabled())
-            {
-               log.trace("Delegates list: delegates.length=" + delegates.size());
-               for (Iterator iterDelegates = delegates.entrySet().iterator(); iterDelegates.hasNext();)
-               {
-                  Map.Entry entry = (Map.Entry)iterDelegates.next();
-                  log.trace("key=" + entry.getKey() + ", value=" + entry.getValue());
-               }
-               throw new IllegalStateException("Cannot find connection delegate for " +
-                                               uniqueName + " to update");
-            }
-            
             ClusteredClientConnectionFactoryDelegate clusteredDelegate = createClusteredDelegate(updatedReplicantMap);
             
             // Now rebind ...




More information about the jboss-cvs-commits mailing list