[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Wed Feb 28 01:18:55 EST 2007


  User: sbryzak2
  Date: 07/02/28 01:18:55

  Modified:    seam-gen/resources/WEB-INF  components.xml
  Log:
  fixed remember me
  
  Revision  Changes    Path
  1.16      +16 -17    jboss-seam/seam-gen/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/components.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- components.xml	23 Feb 2007 16:44:16 -0000	1.15
  +++ components.xml	28 Feb 2007 06:18:55 -0000	1.16
  @@ -5,10 +5,10 @@
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
   
      <core:init debug="true" jndi-pattern="@jndiPattern@"/>
        
  @@ -30,8 +30,7 @@
      </drools:rule-base>
   
      <security:identity authenticate-method="#{authenticator.authenticate}"
  -                           security-rules="#{securityRules}"
  -                              remember-me="true"/>
  +                           security-rules="#{securityRules}"/>
      
      <event type="org.jboss.seam.notLoggedIn">
          <action expression="#{redirect.captureCurrentView}"/>
  
  
  



More information about the jboss-cvs-commits mailing list