[jboss-remoting-commits] JBoss Remoting SVN: r5370 - remoting2/branches/2.2/src/main/org/jboss/remoting/transport/sslbisocket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Tue Aug 18 22:02:56 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-08-18 22:02:56 -0400 (Tue, 18 Aug 2009)
New Revision: 5370

Modified:
   remoting2/branches/2.2/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java
Log:
JBREM-1120: Moved SocketFactory creation from SSLBisocketServerInvoker to BisocketServerInvoker.

Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java	2009-08-19 02:02:25 UTC (rev 5369)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/transport/sslbisocket/SSLBisocketServerInvoker.java	2009-08-19 02:02:56 UTC (rev 5370)
@@ -74,10 +74,6 @@
    protected void setup() throws Exception
    {
       super.setup();
-      if (isCallbackServer)
-      {
-         socketFactory = createSocketFactory(configuration);
-      }
    }
    
    protected SocketFactory createSocketFactory(Map configuration)



More information about the jboss-remoting-commits mailing list