[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak Shane_Bryzak at symantec.com
Sat Feb 3 19:54:35 EST 2007


  User: sbryzak2
  Date: 07/02/03 19:54:35

  Modified:    doc/reference/en/modules  security.xml
  Log:
  JBSEAM-765
  
  Revision  Changes    Path
  1.19      +6 -6      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- security.xml	3 Feb 2007 01:05:04 -0000	1.18
  +++ security.xml	4 Feb 2007 00:54:35 -0000	1.19
  @@ -545,9 +545,9 @@
         
         <programlisting>
           <![CDATA[
  -    <component class="org.jboss.seam.drools.RuleBase" name="securityRules">
  -        <property name="ruleFiles">/META-INF/security-rules.drl</property>
  -    </component>        
  +   <drools:rule-base name="securityRules">
  +       <drools:rule-files>/META-INF/security.drl</drools:rule-files>
  +   </drools:rule-base>    
           ]]>
         </programlisting>
         
  @@ -559,8 +559,8 @@
       <sect2>
         <title>Creating a security rules file</title>
         <para>
  -        For this step you need to create a file called <literal>security-rules.drl</literal> in the 
  -        <literal>/META-INF</literal> of your application's jar file.  In actual fact this file can be called
  +        For this step you need to create a file called <literal>security.drl</literal> in the 
  +        <literal>/META-INF</literal> directory of your application's jar file.  In actual fact this file can be called
           anything you want, and exist in any location as long as it is configured appropriately in
           <literal>components.xml</literal>.
         </para>
  
  
  



More information about the jboss-cvs-commits mailing list