User: starksm 
  Date: 01/05/24 07:06:48

  Modified:    tomcat/src/main/org/jboss/tomcat
                        ContextClassLoaderInterceptor.java
  Log:
  Added a @deprecated tag since this is no longer needed with the
  EmbededTomcatServiceSX
  
  Revision  Changes    Path
  1.7       +3 -4      
contrib/tomcat/src/main/org/jboss/tomcat/ContextClassLoaderInterceptor.java
  
  Index: ContextClassLoaderInterceptor.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/tomcat/src/main/org/jboss/tomcat/ContextClassLoaderInterceptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ContextClassLoaderInterceptor.java        2001/05/11 19:06:25     1.6
  +++ ContextClassLoaderInterceptor.java        2001/05/24 14:06:47     1.7
  @@ -17,7 +17,9 @@
    *   
    *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
    *   @author <a href="mailto:[EMAIL PROTECTED]";>Sebastien Alborini</a>
  - *   @version $Revision: 1.6 $
  + *   @author [EMAIL PROTECTED]
  + *   @version $Revision: 1.7 $
  + *   @deprecated No longer needed with the EmbededTomcatServiceSX
    */
   public class ContextClassLoaderInterceptor 
      extends BaseInterceptor 
  @@ -30,9 +32,6 @@
          acl.setParent(tcl);
          ClassLoader scl = (ClassLoader) context.getServletLoader().getClassLoader();
          Thread.currentThread().setContextClassLoader(scl);
  -System.out.println("ContextClassLoaderInterceptor, tcl="+tcl);
  -System.out.println("ContextClassLoaderInterceptor, acl="+acl);
  -System.out.println("ContextClassLoaderInterceptor, scl="+scl);
      }
   
   }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to