[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport ...

Tom Elrod tom.elrod at jboss.com
Wed Sep 20 00:22:27 EDT 2006


  User: telrod  
  Date: 06/09/20 00:22:27

  Modified:    src/tests/org/jboss/test/remoting/transport 
                        InvokerClientTest.java
  Log:
  JBREM-596 - fix for leasing problem when have multiple clients using same client invoker.  Basically moved all lease managment for clients into the client invokers themselves.
  
  Revision  Changes    Path
  1.13      +2 -2      JBossRemoting/src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvokerClientTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/InvokerClientTest.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- InvokerClientTest.java	12 Jul 2006 04:49:53 -0000	1.12
  +++ InvokerClientTest.java	20 Sep 2006 04:22:26 -0000	1.13
  @@ -454,7 +454,7 @@
         return client;
      }
   
  -   private Object makeInvocation(String method, String param) throws Throwable
  +   protected Object makeInvocation(String method, String param) throws Throwable
      {
         Object ret = client.invoke(new NameBasedInvocation(method,
                                                            new Object[]{param},
  
  
  



More information about the jboss-cvs-commits mailing list