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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 8 18:56:20 EST 2007


  User: sbryzak2
  Date: 07/02/08 18:56:20

  Modified:    doc/reference/en/modules  security.xml
  Log:
  add namespace declaration to drools config example
  
  Revision  Changes    Path
  1.26      +13 -0     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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- security.xml	8 Feb 2007 11:15:37 -0000	1.25
  +++ security.xml	8 Feb 2007 23:56:20 -0000	1.26
  @@ -90,6 +90,7 @@
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-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">                
           
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
  @@ -633,9 +634,21 @@
         
         <programlisting>
           <![CDATA[    
  +<components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:core="http://jboss.com/products/seam/core"
  +            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/components http://jboss.com/products/seam/components-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">                 
  +        
      <drools:rule-base name="securityRules">
          <drools:rule-files>/META-INF/security.drl</drools:rule-files>
      </drools:rule-base>    
  +   
  +</components>   
           ]]>
         </programlisting>
         
  
  
  



More information about the jboss-cvs-commits mailing list