[jboss-remoting-commits] JBoss Remoting SVN: r5265 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 17 03:00:53 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-17 03:00:53 -0400 (Sun, 17 May 2009)
New Revision: 5265

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/MicroRemoteClientInvoker.java
Log:
JBREM-956, JBREM-1132: Restored passing of configuration map to LeasePinger constructor.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/MicroRemoteClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/MicroRemoteClientInvoker.java	2009-05-17 06:58:29 UTC (rev 5264)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/MicroRemoteClientInvoker.java	2009-05-17 07:00:53 UTC (rev 5265)
@@ -530,7 +530,7 @@
 
                      if(trace) { log.trace("server does have leasing enabled (with default lease period of " + defaultLeasePeriod + ") and will start a new lease pinger."); }
 
-                     leasePinger = new LeasePinger(this, invokerSessionID, defaultLeasePeriod);
+                     leasePinger = new LeasePinger(this, invokerSessionID, defaultLeasePeriod, configuration);
                      leasePinger.setLeasePingerId(leasePingerId);
                      leasePinger.setUseClientConnectionIdentity(useClientConnectionIdentity);
                      leasePinger.addClient(clientSessionID, configuration, leasePeriod);




More information about the jboss-remoting-commits mailing list