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

Shane Bryzak sbryzak at redhat.com
Sun Jul 29 22:32:05 EDT 2007


  User: sbryzak2
  Date: 07/07/29 22:32:05

  Modified:    src/main/org/jboss/seam/security  Configuration.java
  Log:
  precedence changed to BUILT_IN
  
  Revision  Changes    Path
  1.5       +3 -0      jboss-seam/src/main/org/jboss/seam/security/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Configuration.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Configuration.java	8 Jul 2007 21:13:37 -0000	1.4
  +++ Configuration.java	30 Jul 2007 02:32:05 -0000	1.5
  @@ -1,6 +1,7 @@
   package org.jboss.seam.security;
   
   import static org.jboss.seam.ScopeType.APPLICATION;
  +import static org.jboss.seam.annotations.Install.BUILT_IN;
   
   import java.util.HashMap;
   
  @@ -10,6 +11,7 @@
   import org.jboss.seam.Component;
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Factory;
  +import org.jboss.seam.annotations.Install;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.intercept.BypassInterceptors;
  @@ -25,6 +27,7 @@
   @Name("org.jboss.seam.security.configurationFactory")
   @BypassInterceptors
   @Scope(ScopeType.STATELESS)
  + at Install(precedence = BUILT_IN)
   public class Configuration
   {
      static final String DEFAULT_JAAS_CONFIG_NAME = "default";   
  
  
  



More information about the jboss-cvs-commits mailing list