[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Performance problem in VFS

david.lloyd@jboss.com do-not-reply at jboss.com
Fri Jun 15 13:00:07 EDT 2007


I don't have commit access.  But someone who does can merge this patch:


  | Index: src/main/java/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java
  | ===================================================================
  | --- src/main/java/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java 
  | +++ src/main/java/org/jboss/virtual/plugins/context/AbstractVirtualFileHandler.java
  | @@ -53,7 +53,7 @@
  |  public abstract class AbstractVirtualFileHandler implements VirtualFileHandler
  |  {
  |     /** The log */
  | -   protected Logger log = Logger.getLogger(getClass());
  | +   protected static final Logger log = Logger.getLogger(AbstractVirtualFileHandler.class);
  |     /** serialVersionUID */
  |     private static final long serialVersionUID = 1L;
  |     /** The class serial fields */
  | @@ -397,7 +397,5 @@
  |        this.context = factory.getVFS(rootURI);
  |        this.references = new AtomicInteger(0);
  |        this.vfsUrl = (URL)fields.get("vfsUrl", null);
  | -      // Restore the log
  | -      log = Logger.getLogger(getClass());
  |     }
  |  }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054841#4054841

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054841



More information about the jboss-dev-forums mailing list