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

Ovidiu Feodorov ovidiu.feodorov at jboss.com
Sat Jan 13 07:42:35 EST 2007


  User: ovidiu  
  Date: 07/01/13 07:42:35

  Modified:    src/main/org/jboss/remoting/transport/servlet  Tag:
                        remoting_2_x ServletServerInvoker.java
  Log:
  Various logging improvments, minor reformatting and new tests in preparation 
  for a solution for http://jira.jboss.org/jira/browse/JBREM-666.
  
  Includes http://jira.jboss.org/jira/browse/JBREM-667.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.4.1   +3 -0      JBossRemoting/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServletServerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/servlet/ServletServerInvoker.java,v
  retrieving revision 1.8
  retrieving revision 1.8.4.1
  diff -u -b -r1.8 -r1.8.4.1
  --- ServletServerInvoker.java	15 Jul 2006 04:40:11 -0000	1.8
  +++ ServletServerInvoker.java	13 Jan 2007 12:42:35 -0000	1.8.4.1
  @@ -32,6 +32,7 @@
   import org.jboss.remoting.transport.http.HTTPMetadataConstants;
   import org.jboss.remoting.transport.web.WebServerInvoker;
   import org.jboss.remoting.transport.web.WebUtil;
  +import org.jboss.logging.Logger;
   
   import javax.servlet.ServletException;
   import javax.servlet.ServletInputStream;
  @@ -53,6 +54,8 @@
    */
   public class ServletServerInvoker extends WebServerInvoker implements ServletServerInvokerMBean
   {
  +   private static final Logger log = Logger.getLogger(ServletServerInvoker.class);
  +
      public ServletServerInvoker(InvokerLocator locator)
      {
         super(locator);
  
  
  



More information about the jboss-cvs-commits mailing list