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

Gavin King gavin.king at jboss.com
Sun Feb 4 02:57:16 EST 2007


  User: gavin   
  Date: 07/02/04 02:57:16

  Modified:    src/main/org/jboss/seam/contexts  Lifecycle.java
  Log:
  move event mappings into components.xml
  
  Revision  Changes    Path
  1.81      +1 -4      jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Lifecycle.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/Lifecycle.java,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -b -r1.80 -r1.81
  --- Lifecycle.java	4 Feb 2007 05:41:58 -0000	1.80
  +++ Lifecycle.java	4 Feb 2007 07:57:16 -0000	1.81
  @@ -19,7 +19,6 @@
   import org.jboss.seam.Seam;
   import org.jboss.seam.core.BusinessProcess;
   import org.jboss.seam.core.ConversationEntries;
  -import org.jboss.seam.core.Events;
   import org.jboss.seam.core.Init;
   import org.jboss.seam.core.Manager;
   import org.jboss.seam.core.Mutable;
  @@ -29,7 +28,7 @@
   /**
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.80 $
  + * @version $Revision: 1.81 $
    */
   public class Lifecycle
   {
  @@ -123,8 +122,6 @@
   
      public static void endInitialization()
      {
  -      startup( Component.forName( Seam.getComponentName(Events.class) ) );
  -
   	   //instantiate all application-scoped @Startup components
         Context context = Contexts.getApplicationContext();
         for ( String name: context.getNames() )
  
  
  



More information about the jboss-cvs-commits mailing list