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

Michael Youngstrom youngm at gmail.com
Tue Jul 3 16:36:29 EDT 2007


  User: myoungstrom
  Date: 07/07/03 16:36:29

  Modified:    src/ioc/org/jboss/seam/ioc  IoCComponent.java
  Log:
  Fixes for:
  JBSEAM-1575
  JBSEAM-1583
  
  Revision  Changes    Path
  1.5       +1 -0      jboss-seam/src/ioc/org/jboss/seam/ioc/IoCComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: IoCComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/IoCComponent.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- IoCComponent.java	20 Jun 2007 17:47:18 -0000	1.4
  +++ IoCComponent.java	3 Jul 2007 20:36:29 -0000	1.5
  @@ -74,6 +74,7 @@
          // pattern.
          if ( !isInterceptionEnabled() )
          {
  +          initialize(bean);
              // Only call postConstruct if the bean is not stateless otherwise in the case of a singleton it wowuld be
              // called every time seam request the bean not just when it is created.
              if (getScope() != ScopeType.STATELESS)
  
  
  



More information about the jboss-cvs-commits mailing list