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

Norman Richards norman.richards at jboss.com
Tue Feb 27 02:42:25 EST 2007


  User: nrichards
  Date: 07/02/27 02:42:25

  Modified:    doc/reference/en/modules     configuration.xml security.xml
                        spring.xml xml.xml
  Log:
  update schema references in examples
  
  Revision  Changes    Path
  1.40      +4 -4      jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- configuration.xml	22 Feb 2007 03:37:10 -0000	1.39
  +++ configuration.xml	27 Feb 2007 07:42:25 -0000	1.40
  @@ -124,9 +124,9 @@
               xmlns:web="http://jboss.com/products/seam/web"
               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/web http://jboss.com/products/seam/web-1.1.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  +                 http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.2.xsd">
   
       <web:exception-filter url-pattern="*.seam"/>
   
  
  
  
  1.47      +8 -8      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.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- security.xml	24 Feb 2007 02:08:35 -0000	1.46
  +++ security.xml	27 Feb 2007 07:42:25 -0000	1.47
  @@ -122,10 +122,10 @@
               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">                
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd"
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd">                
           
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
       
  @@ -814,10 +814,10 @@
               xmlns:drools="http://jboss.com/products/seam/drools"
               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">                 
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd"
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd">                 
           
      <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  
  1.10      +1 -1      jboss-seam/doc/reference/en/modules/spring.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/spring.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- spring.xml	22 Feb 2007 23:20:33 -0000	1.9
  +++ spring.xml	27 Feb 2007 07:42:25 -0000	1.10
  @@ -36,7 +36,7 @@
       xsi:schemaLocation="http://www.springframework.org/schema/beans 
                           http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                           http://jboss.com/products/seam/spring 
  -                        http://jboss.com/products/seam/spring-1.1.xsd">]]></programlisting>
  +                        http://jboss.com/products/seam/spring-1.2.xsd">]]></programlisting>
   
           <para> Now any Seam component may be injected into any Spring bean: </para>
   
  
  
  
  1.7       +4 -4      jboss-seam/doc/reference/en/modules/xml.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: xml.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/xml.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- xml.xml	24 Feb 2007 22:10:49 -0000	1.6
  +++ xml.xml	27 Feb 2007 07:42:25 -0000	1.7
  @@ -358,8 +358,8 @@
               </para>
   
               <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8">
  -<!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD 1.1//EN"
  -                            "http://jboss.com/products/seam/components-1.1.dtd">
  +<!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD 1.2//EN"
  +                            "http://jboss.com/products/seam/components-1.2.dtd">
   <components>
   
       <component class="org.jboss.seam.core.init">
  @@ -383,8 +383,8 @@
               xmlns:core="http://jboss.com/products/seam/core"
               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/core http://jboss.com/products/seam/core-1.2.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
   
       <core:init debug="true" jndi-pattern="@jndiPattern@"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list