[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 21:54:36 EST 2006


  User: sbryzak2
  Date: 06/10/30 21:54:36

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  login stuff for security demo
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/examples/seamspace/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/examples/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	25 Oct 2006 09:46:17 -0000	1.2
  +++ components.xml	31 Oct 2006 02:54:36 -0000	1.3
  @@ -13,9 +13,9 @@
           <property name="persistenceUnitJndiName">java:/seamspaceEntityManagerFactory</property>
       </component>    
   
  -    <!--component class="org.jboss.seam.security.authenticator.ProviderAuthenticator"-->
  -      <!--property name="providers">#{authenticatorAction}</property-->
  -    <!--/component-->
  +    <component class="org.jboss.seam.security.authenticator.ProviderAuthenticator">
  +      <property name="providers">#{authenticatorAction}</property>
  +    </component>
   
       <!--component class="org.jboss.seam.security.SeamSecurityManager">
       
  
  
  



More information about the jboss-cvs-commits mailing list