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

Gavin King gavin.king at jboss.com
Tue Jul 17 09:08:58 EDT 2007


  User: gavin   
  Date: 07/07/17 09:08:58

  Modified:    src/main/org/jboss/seam/init  ComponentDescriptor.java
  Log:
  redesign Ajax4JsfFilter integration
  Filters no longer need @Startup
  
  Revision  Changes    Path
  1.14      +0 -4      jboss-seam/src/main/org/jboss/seam/init/ComponentDescriptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ComponentDescriptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/init/ComponentDescriptor.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- ComponentDescriptor.java	16 Jul 2007 15:15:01 -0000	1.13
  +++ ComponentDescriptor.java	17 Jul 2007 13:08:58 -0000	1.14
  @@ -173,10 +173,6 @@
              {
                 if (clazz.isAnnotationPresent(org.jboss.seam.annotations.web.Filter.class))
                 {
  -                 if ( !clazz.isAnnotationPresent(Startup.class) )
  -                 {
  -                    throw new IllegalStateException("@Filter components must also specify @Startup");
  -                 }
                    return true;
                 }
              }
  
  
  



More information about the jboss-cvs-commits mailing list