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

Gavin King gavin.king at jboss.com
Fri Jun 29 15:19:23 EDT 2007


  User: gavin   
  Date: 07/06/29 15:19:23

  Modified:    src/main/org/jboss/seam/init  Initialization.java
  Log:
  JBSEAM-1586
  
  Revision  Changes    Path
  1.186     +2 -0      jboss-seam/src/main/org/jboss/seam/init/Initialization.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Initialization.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/init/Initialization.java,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -b -r1.185 -r1.186
  --- Initialization.java	22 Jun 2007 22:22:59 -0000	1.185
  +++ Initialization.java	29 Jun 2007 19:19:23 -0000	1.186
  @@ -231,6 +231,8 @@
                  //there is no class implied by the XML element name so the
                  //component must be defined some other way, assume that we are
                  //just adding configuration, don't add a ComponentDescriptor 
  +               //TODO: this is problematic, it results in elements getting 
  +               //      ignored when mis-spelled or given the wrong namespace!!
                  className = null;
               }
   
  
  
  



More information about the jboss-cvs-commits mailing list