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

Gavin King gavin.king at jboss.com
Thu Feb 1 03:31:49 EST 2007


  User: gavin   
  Date: 07/02/01 03:31:49

  Modified:    src/main/org/jboss/seam/security  Identity.java
  Log:
  remember me
  
  Revision  Changes    Path
  1.40      +2 -0      jboss-seam/src/main/org/jboss/seam/security/Identity.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Identity.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/Identity.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- Identity.java	1 Feb 2007 08:30:02 -0000	1.39
  +++ Identity.java	1 Feb 2007 08:31:49 -0000	1.40
  @@ -33,6 +33,7 @@
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
  +import org.jboss.seam.annotations.Startup;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.core.Events;
   import org.jboss.seam.core.FacesMessages;
  @@ -46,6 +47,7 @@
   @Scope(SESSION)
   @Install(precedence = BUILT_IN, classDependencies="org.drools.WorkingMemory")
   @Intercept(NEVER)
  + at Startup
   public class Identity extends Selector
   {  
      private static final long serialVersionUID = 3751659008033189259L;
  
  
  



More information about the jboss-cvs-commits mailing list