Author: ron.sigal(a)jboss.com
Date: 2010-12-27 13:42:02 -0500 (Mon, 27 Dec 2010)
New Revision: 6197
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java
Log:
JBREM-1144: Added "socket.check_connection=true to InvokerLocator.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java 2010-12-25
05:08:35 UTC (rev 6196)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java 2010-12-27
18:42:02 UTC (rev 6197)
@@ -292,6 +292,7 @@
protected void setupServer(boolean useLeasing) throws Exception
{
locatorURI = getTransport() + "://" + host + ":" + port +
"?" + Remoting.USE_SERVER_CONNECTION_IDENTITY + "=true";
+ locatorURI += "&" + SocketServerInvoker.CHECK_CONNECTION_KEY +
"=true";
if (useLeasing)
{
locatorURI += "&" + InvokerLocator.CLIENT_LEASE +
"=true";
Show replies by date