[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock3 ...

Tom Elrod tom.elrod at jboss.com
Wed Jul 12 00:49:51 EDT 2006


  User: telrod  
  Date: 06/07/12 00:49:51

  Modified:    src/tests/org/jboss/test/remoting/detection/jndi/deadlock3  
                        Client.java Server.java
  Log:
  JBREM-496 & JBREM-492 & JBREM-535 - changed invoker loading to use a client and server factory instead of loading classes directly.  This allows users ability to plugin custom transport implementation with zero config.  Also added config for forcing remote call when client and server within same jvm (which was able to do previously using BYVALUE config, but not any more).  Also changed way to get hint if transport supports ssl to be provided by the transport factory instead of the transport itself.
  
  Revision  Changes    Path
  1.2       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Client.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Client.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Client.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Client.java	9 Jun 2006 21:36:50 -0000	1.1
  +++ Client.java	12 Jul 2006 04:49:51 -0000	1.2
  @@ -12,7 +12,7 @@
   import org.jboss.remoting.security.SSLSocketBuilder;
   import org.jboss.remoting.transport.Connector;
   import org.jboss.remoting.transport.multiplex.MultiplexInvokerConstants;
  -import org.jboss.remoting.transport.multiplex.ssl.SSLMultiplexServerInvoker;
  +import org.jboss.remoting.transport.sslmultiplex.SSLMultiplexServerInvoker;
   
   import javax.management.MBeanServer;
   import javax.management.MBeanServerFactory;
  
  
  
  1.2       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Server.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Server.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock3/Server.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Server.java	9 Jun 2006 21:36:50 -0000	1.1
  +++ Server.java	12 Jul 2006 04:49:51 -0000	1.2
  @@ -32,7 +32,7 @@
   import org.jboss.remoting.detection.jndi.JNDIDetector;
   import org.jboss.remoting.security.SSLSocketBuilder;
   import org.jboss.remoting.transport.Connector;
  -import org.jboss.remoting.transport.multiplex.ssl.SSLMultiplexServerInvoker;
  +import org.jboss.remoting.transport.sslmultiplex.SSLMultiplexServerInvoker;
   import org.jnp.server.Main;
   
   import javax.management.MBeanServer;
  
  
  



More information about the jboss-cvs-commits mailing list