[jboss-remoting-commits] JBoss Remoting SVN: r6198 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Dec 27 13:43:19 EST 2010


Author: ron.sigal at jboss.com
Date: 2010-12-27 13:43:19 -0500 (Mon, 27 Dec 2010)
New Revision: 6198

Modified:
   remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java
Log:
JBREM-1144: Added "socket.check_connection=true to InvokerLocator.

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-27 18:42:02 UTC (rev 6197)
+++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/connection/identity/ServerIdentityTestCase.java	2010-12-27 18:43:19 UTC (rev 6198)
@@ -248,6 +248,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";



More information about the jboss-remoting-commits mailing list