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

Shane Bryzak sbryzak at redhat.com
Mon Apr 9 21:42:38 EDT 2007


  User: sbryzak2
  Date: 07/04/09 21:42:38

  Modified:    examples/seambay/resources/WEB-INF  components.xml
  Log:
  improvements to web services test page
  
  Revision  Changes    Path
  1.2       +1 -8      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	22 Mar 2007 15:02:47 -0000	1.1
  +++ components.xml	10 Apr 2007 01:42:38 -0000	1.2
  @@ -19,14 +19,7 @@
                     conversation-id-parameter="cid"
                     conversation-is-long-running-parameter="clr"/>
       
  -    <security:identity authenticate-method="#{authenticator.authenticate}" 
  -                       security-rules="#{securityRules}"/>
  -    
  -    <drools:rule-base name="securityRules">
  -       <drools:rule-files>
  -           <value>/META-INF/security-rules.drl</value>
  -       </drools:rule-files>
  -    </drools:rule-base>
  +    <security:identity authenticate-method="#{authenticator.authenticate}"/>
       
       <core:managed-persistence-context name="entityManager" auto-create="true"
                   persistence-unit-jndi-name="java:/seambayEntityManagerFactory"/>
  
  
  



More information about the jboss-cvs-commits mailing list