[hornetq-commits] JBoss hornetq SVN: r10986 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 14 13:09:29 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-14 13:09:28 -0400 (Thu, 14 Jul 2011)
New Revision: 10986

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
Log:
Fixing test

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-07-14 16:25:28 UTC (rev 10985)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/client/impl/ServerLocatorImpl.java	2011-07-14 17:09:28 UTC (rev 10986)
@@ -1478,11 +1478,6 @@
             catch (HornetQException e)
             {
                log.debug("Exception on establish connector initial connection", e);
-               if (!interrupted)
-               {
-                  this.e = e;
-                  throw e;
-               }
                return null;
             }
          }



More information about the hornetq-commits mailing list