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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Sep 14 19:10:58 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-14 19:10:58 -0400 (Mon, 14 Sep 2009)
New Revision: 5475

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/CallbackClientWithZeroTimeoutTestCase.java
Log:
JBREM-845, JBREM-1152: Set "numberOfCallRetries" to "1" because getConnection() failures can now be retried.

Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/CallbackClientWithZeroTimeoutTestCase.java
===================================================================
--- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/CallbackClientWithZeroTimeoutTestCase.java	2009-09-14 22:57:51 UTC (rev 5474)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/bisocket/CallbackClientWithZeroTimeoutTestCase.java	2009-09-14 23:10:58 UTC (rev 5475)
@@ -206,6 +206,7 @@
       log.info("Starting remoting server with locator uri of: " + locatorURI);
       HashMap config = new HashMap();
       config.put(InvokerLocator.FORCE_REMOTE, "true");
+      config.put("numberOfCallRetries", "1");
       addExtraServerConfig(config);
       connector = new Connector(serverLocator, config);
       connector.create();



More information about the jboss-remoting-commits mailing list