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

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/deadlock  
                        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.6       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock/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/deadlock/Client.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Client.java	25 Jun 2006 19:29:42 -0000	1.5
  +++ Client.java	12 Jul 2006 04:49:51 -0000	1.6
  @@ -32,7 +32,7 @@
   import org.jboss.remoting.network.NetworkRegistry;
   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.jboss.test.remoting.transport.mock.MockServerInvocationHandler;
   
   import javax.management.MBeanServer;
  
  
  
  1.7       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/deadlock/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/deadlock/Server.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Server.java	25 Jun 2006 19:30:43 -0000	1.6
  +++ Server.java	12 Jul 2006 04:49:51 -0000	1.7
  @@ -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