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

Gavin King gavin.king at jboss.com
Wed Feb 21 20:16:42 EST 2007


  User: gavin   
  Date: 07/02/21 20:16:42

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  dont need installed=true now bug is fixed
  
  Revision  Changes    Path
  1.29      +11 -5     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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- components.xml	22 Feb 2007 00:01:19 -0000	1.28
  +++ components.xml	22 Feb 2007 01:16:42 -0000	1.29
  @@ -19,15 +19,21 @@
                     conversation-id-parameter="cid"
                     conversation-is-long-running-parameter="clr"/>
       
  -    <security:identity authenticate-method="#{authenticator.authenticate}" remember-me="true"/>
  -    
  -    <web:multipart-filter create-temp-files="true" max-request-size="1000000" url-pattern="*.seam"/>
  -    <web:context-filter installed="true" url-pattern="/content/*"/>
  +    <security:identity authenticate-method="#{authenticator.authenticate}" 
  +                       remember-me="true"/>
   
       <drools:rule-base name="securityRules">
  -       <drools:rule-files><value>/META-INF/security-rules.drl</value></drools:rule-files>
  +       <drools:rule-files>
  +           <value>/META-INF/security-rules.drl</value>
  +       </drools:rule-files>
       </drools:rule-base>
       
  +    <web:multipart-filter create-temp-files="true" 
  +                          max-request-size="1000000" 
  +                          url-pattern="*.seam"/>
  +                          
  +    <web:context-filter url-pattern="/content/*"/>
  +
       <core:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seamspaceEntityManagerFactory"/>
       
  
  
  



More information about the jboss-cvs-commits mailing list