Author: ron.sigal(a)jboss.com
Date: 2009-08-14 23:19:43 -0400 (Fri, 14 Aug 2009)
New Revision: 5340
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
Log:
JBREM-1139: Adjusts PortUtil range in setup().
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java 2009-08-15
03:19:03 UTC (rev 5339)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/ServerInvoker.java 2009-08-15
03:19:43 UTC (rev 5340)
@@ -1070,6 +1070,7 @@
protected void setup() throws Exception
{
Map config = getConfiguration();
+ PortUtil.updateRange(config);
setupHomes(config);
String maxNumOfThreads = (String)config.get(MAX_NUM_ONEWAY_THREADS_KEY);
Show replies by date