[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Sun May 13 04:33:34 EDT 2007


  User: gavin   
  Date: 07/05/13 04:33:33

  Modified:    src/main/org/jboss/seam/core  JBossELInstaller.java
  Log:
  get rid of use of deprecated methods
  
  Revision  Changes    Path
  1.3       +1 -7      jboss-seam/src/main/org/jboss/seam/core/JBossELInstaller.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JBossELInstaller.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/JBossELInstaller.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- JBossELInstaller.java	30 Apr 2007 16:23:24 -0000	1.2
  +++ JBossELInstaller.java	13 May 2007 08:33:33 -0000	1.3
  @@ -2,18 +2,12 @@
   
   import java.lang.reflect.Method;
   
  -import javassist.util.proxy.MethodFilter;
  -import javassist.util.proxy.MethodHandler;
  -import javassist.util.proxy.ProxyFactory;
  -//import javax.servlet.jsp.JspApplicationContext;
  -
   import org.jboss.el.ExpressionFactoryImpl;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Create;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Startup;
  -import org.jboss.seam.contexts.Context;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.log.LogProvider;
   import org.jboss.seam.log.Logging;
  @@ -23,7 +17,7 @@
   @Startup
   @Scope(ScopeType.APPLICATION)
   public class JBossELInstaller {        
  -    private static final String TOMCAT_APPLICATION_CONTEXT = "org.apache.jasper.runtime.JspApplicationContextImpl";
  +    //private static final String TOMCAT_APPLICATION_CONTEXT = "org.apache.jasper.runtime.JspApplicationContextImpl";
       private static final String JSF_RI_ASSOCIATE = "com.sun.faces.ApplicationAssociate";
       
       private static final LogProvider log = Logging.getLogProvider(JBossELInstaller.class);
  
  
  



More information about the jboss-cvs-commits mailing list