[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer ...

Ales Justin ales.justin at genera-lynx.com
Fri Mar 2 11:55:30 EST 2007


  User: alesj   
  Date: 07/03/02 11:55:30

  Modified:    src/ioc/org/jboss/seam/ioc/microcontainer 
                        ControllerBridgeComponent.java
  Log:
  Bridge registry via MBean server - adding @Startup ann.
  
  Revision  Changes    Path
  1.3       +2 -0      jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerBridgeComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ControllerBridgeComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/microcontainer/ControllerBridgeComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ControllerBridgeComponent.java	2 Mar 2007 16:24:07 -0000	1.2
  +++ ControllerBridgeComponent.java	2 Mar 2007 16:55:30 -0000	1.3
  @@ -34,6 +34,7 @@
   import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Scope;
  +import org.jboss.seam.annotations.Startup;
   
   /**
    * Notifies Seam components in current underlying Microcontainer Controller.
  @@ -45,6 +46,7 @@
   @Scope(ScopeType.APPLICATION)
   @Intercept(NEVER)
   @Install(false)
  + at Startup
   public class ControllerBridgeComponent implements ControllerBridgeComponentMBean, Serializable
   {
       /** The serialVersionUID */
  
  
  



More information about the jboss-cvs-commits mailing list