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

Michael Youngstrom youngm at gmail.com
Tue Dec 11 17:06:10 EST 2007


  User: myoungstrom
  Date: 07/12/11 17:06:09

  Modified:    src/ioc/org/jboss/seam/ioc/spring 
                        SeamScopePostProcessor.java
  Log:
  JBSEAM-2315
  
  Revision  Changes    Path
  1.6       +1 -0      jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SeamScopePostProcessor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamScopePostProcessor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SeamScopePostProcessor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- SeamScopePostProcessor.java	16 Nov 2007 20:34:09 -0000	1.5
  +++ SeamScopePostProcessor.java	11 Dec 2007 22:06:09 -0000	1.6
  @@ -63,6 +63,7 @@
               if (scope != ScopeType.UNSPECIFIED)
               {
                   beanFactory.registerScope(prefix + scope.name(), new SeamScope(scope));
  +                beanFactory.registerScope(prefix + scope.name().toLowerCase(), new SeamScope(scope));
               }
           }
           // Create a mock application context if not available.
  
  
  



More information about the jboss-cvs-commits mailing list