[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/samples/transporter/proxy/client ...

Tom Elrod tom.elrod at jboss.com
Mon Jul 31 16:08:18 EDT 2006


  User: telrod  
  Date: 06/07/31 16:08:18

  Modified:    src/main/org/jboss/remoting/samples/transporter/proxy/client 
                        Client.java
  Log:
  JBREM-428 - added transporter multiple and proxy samples.
  
  Revision  Changes    Path
  1.2       +0 -8      JBossRemoting/src/main/org/jboss/remoting/samples/transporter/proxy/client/Client.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Client.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/samples/transporter/proxy/client/Client.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Client.java	4 May 2006 05:19:03 -0000	1.1
  +++ Client.java	31 Jul 2006 20:08:18 -0000	1.2
  @@ -22,7 +22,6 @@
   
   package org.jboss.remoting.samples.transporter.proxy.client;
   
  -import org.apache.log4j.Level;
   import org.jboss.remoting.samples.transporter.proxy.Address;
   import org.jboss.remoting.samples.transporter.proxy.Customer;
   import org.jboss.remoting.samples.transporter.proxy.CustomerProcessor;
  @@ -72,13 +71,6 @@
   
      public static void main(String[] args)
      {
  -
  -      org.apache.log4j.BasicConfigurator.configure();
  -      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
  -      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.INFO);
  -      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(Level.DEBUG);
  -      org.apache.log4j.Category.getInstance("test").setLevel(Level.DEBUG);
  -
         Client client = new Client();
         try
         {
  
  
  



More information about the jboss-cvs-commits mailing list