Author: ron.sigal(a)jboss.com
Date: 2010-12-23 19:02:43 -0500 (Thu, 23 Dec 2010)
New Revision: 6190
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java
Log:
JBREM-1144: Added "numberOfCallRetries" to Client's config map for
ConnectionValidator.
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java
===================================================================
---
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java 2010-12-23
19:35:34 UTC (rev 6189)
+++
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java 2010-12-24
00:02:43 UTC (rev 6190)
@@ -122,6 +122,7 @@
InvokerLocator clientLocator = new InvokerLocator(locatorURI +
"&dummy=dummy");
HashMap clientConfig = new HashMap();
clientConfig.put(InvokerLocator.FORCE_REMOTE, "true");
+ clientConfig.put("numberOfCallRetries", "3"); // for
ConnectionValidator
addExtraClientConfig(clientConfig);
Client client = new Client(clientLocator, clientConfig);
client.connect();
@@ -177,6 +178,7 @@
InvokerLocator clientLocator = new InvokerLocator(locatorURI +
"&dummy=dummy");
HashMap clientConfig = new HashMap();
clientConfig.put(InvokerLocator.FORCE_REMOTE, "true");
+ clientConfig.put("numberOfCallRetries", "3"); // for
ConnectionValidator
addExtraClientConfig(clientConfig);
Client client = new Client(clientLocator, clientConfig);
client.connect();
Show replies by date