[jboss-cvs] jboss-seam/src/debug/org/jboss/seam/debug/hot ...

Gavin King gavin.king at jboss.com
Tue May 8 21:49:37 EDT 2007


  User: gavin   
  Date: 07/05/08 21:49:37

  Modified:    src/debug/org/jboss/seam/debug/hot  HotDeployFilter.java
  Log:
  fix broken hotdeployment
  
  Revision  Changes    Path
  1.4       +2 -0      jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HotDeployFilter.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/org/jboss/seam/debug/hot/HotDeployFilter.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- HotDeployFilter.java	8 Mar 2007 05:02:30 -0000	1.3
  +++ HotDeployFilter.java	9 May 2007 01:49:37 -0000	1.4
  @@ -14,6 +14,7 @@
   import javax.servlet.http.HttpServletRequest;
   
   import org.jboss.seam.Seam;
  +import org.jboss.seam.annotations.Filter;
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
  @@ -32,6 +33,7 @@
   @Install(debug=true, precedence=BUILT_IN)
   @Intercept(NEVER)
   @Scope(APPLICATION)
  + at Filter
   public class HotDeployFilter extends AbstractFilter
   {
   
  
  
  



More information about the jboss-cvs-commits mailing list