[jboss-remoting-commits] JBoss Remoting SVN: r4224 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu May 22 01:08:47 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-22 01:08:46 -0400 (Thu, 22 May 2008)
New Revision: 4224

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
Log:
JBREM-930: In internalSetUp(), stops Connector after unsuccessful attempt to start it.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java	2008-05-22 04:20:49 UTC (rev 4223)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/BisocketTestCase.java	2008-05-22 05:08:46 UTC (rev 4224)
@@ -153,6 +153,7 @@
          catch (Exception e)
          {
             log.info("unable to start Connector for " + serverLocator, e);
+            connector.stop();
             Thread.sleep(60000);
          }
       }




More information about the jboss-remoting-commits mailing list