[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Tue Jan 23 06:49:49 EST 2007


  User: ovidiu  
  Date: 07/01/23 06:49:49

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_x
                        ServerInvoker.java
  Log:
  extra logging required by http://jira.jboss.org/jira/browse/JBREM-686
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.52.2.23 +3 -3      JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/ServerInvoker.java,v
  retrieving revision 1.52.2.22
  retrieving revision 1.52.2.23
  diff -u -b -r1.52.2.22 -r1.52.2.23
  --- ServerInvoker.java	23 Jan 2007 09:39:02 -0000	1.52.2.22
  +++ ServerInvoker.java	23 Jan 2007 11:49:49 -0000	1.52.2.23
  @@ -65,7 +65,7 @@
    * @author <a href="mailto:tom.elrod at jboss.com">Tom Elrod</a>
    * @author <a href="mailto:ovidiu at jboss.org">Ovidiu Feodorov</a>
    *
  - * @version $Revision: 1.52.2.22 $
  + * @version $Revision: 1.52.2.23 $
    */
   public abstract class ServerInvoker extends AbstractInvoker implements ServerInvokerMBean
   {
  @@ -1493,8 +1493,6 @@
         Object realParam = objs[0];
         invocation.setParameter(realParam);
   
  -      if(trace) { log.trace(this + " handling oneway " + invocation); }
  -
         final InvocationRequest newInvocation = invocation;
   
         ThreadPool executor = getOnewayThreadPool();
  @@ -1513,6 +1511,8 @@
               }
            }
         };
  +
  +      if(trace) { log.trace(this + " placing " + invocation + " in onewayThreadPool"); }
         executor.run(onewayRun);
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list