Author: clebert.suconic(a)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;
}
}
Show replies by date