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

Norman Richards norman.richards at jboss.com
Tue Jun 26 19:10:44 EDT 2007


  User: nrichards
  Date: 07/06/26 19:10:44

  Modified:    doc/reference/en/modules      gettingstarted.xml
                        security.xml spring.xml tutorial.xml xml.xml
  Log:
  update version references
  
  Revision  Changes    Path
  1.18      +4 -4      jboss-seam/doc/reference/en/modules/gettingstarted.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gettingstarted.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/gettingstarted.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- gettingstarted.xml	8 Jun 2007 02:13:50 -0000	1.17
  +++ gettingstarted.xml	26 Jun 2007 23:10:44 -0000	1.18
  @@ -52,7 +52,7 @@
           <para>The first thing we need to do is configure seam-gen for your environment: JBoss AS installation directory,
               Eclipse workspace, and database connection. It's easy, just type:</para>
   
  -        <programlisting>cd jboss-seam-1.3.x
  +        <programlisting>cd jboss-seam-2.0.x
   seam setup</programlisting>
   
           <para>And you will be prompted for the needed information:</para>
  @@ -392,10 +392,10 @@
       <section>
           <title>Using Seam with JBoss 4.0</title>
   
  -        <para> Seam 1.3 was developed for JavaServer Faces 1.2. When using JBoss AS, we recommend using JBoss 4.2, which
  -            bundles the JSF 1.2 reference implementation. However, it is still possible to use Seam 1.3 on the JBoss 4.0
  +        <para> Seam 2.0 was developed for JavaServer Faces 1.2. When using JBoss AS, we recommend using JBoss 4.2, which
  +            bundles the JSF 1.2 reference implementation. However, it is still possible to use Seam 2.0 on the JBoss 4.0
               platform. There are two basic steps required to do this: install an EJB3-enabled version of JBoss 4.0 and
  -            replace MyFaces with the JSF 1.2 reference implementation.  Once you complete these steps, Seam 1.3 
  +            replace MyFaces with the JSF 1.2 reference implementation.  Once you complete these steps, Seam 2.0 
               applications can be deployed to JBoss 4.0.</para>
   
           <section>
  
  
  
  1.68      +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.67
  retrieving revision 1.68
  diff -u -b -r1.67 -r1.68
  --- security.xml	26 Jun 2007 20:55:35 -0000	1.67
  +++ security.xml	26 Jun 2007 23:10:44 -0000	1.68
  @@ -130,8 +130,8 @@
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd">                
  +                "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd">                
           
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
       
  @@ -957,10 +957,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.3.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd"
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd">                 
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd"
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd">                 
           
      <drools:rule-base name="securityRules">
          <drools:rule-files>
  
  
  
  1.18      +3 -3      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- spring.xml	21 Jun 2007 22:16:37 -0000	1.17
  +++ spring.xml	26 Jun 2007 23:10:44 -0000	1.18
  @@ -45,7 +45,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-seam 
  -                        http://jboss.com/products/seam/spring-seam-1.3.xsd">]]></programlisting>
  +                        http://jboss.com/products/seam/spring-seam-2.0.xsd">]]></programlisting>
   
           <para> Now any Seam component may be injected into any Spring bean: </para>
   
  @@ -319,9 +319,9 @@
               xmlns:spring="http://jboss.com/products/seam/spring"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://jboss.com/products/seam/components 
  -                                http://jboss.com/products/seam/components-1.3.xsd
  +                                http://jboss.com/products/seam/components-2.0.xsd
                                   http://jboss.com/products/seam/spring 
  -                                http://jboss.com/products/seam/spring-1.3.xsd">
  +                                http://jboss.com/products/seam/spring-2.0.xsd">
   
   	<spring:context-loader context-locations="/WEB-INF/applicationContext.xml"/>
   
  
  
  
  1.93      +4 -4      jboss-seam/doc/reference/en/modules/tutorial.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tutorial.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/tutorial.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -b -r1.92 -r1.93
  --- tutorial.xml	26 Jun 2007 20:26:28 -0000	1.92
  +++ tutorial.xml	26 Jun 2007 23:10:44 -0000	1.93
  @@ -448,8 +448,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.3.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
               
        <core:init jndi-pattern="@jndiPattern@"/>
        
  @@ -1468,7 +1468,7 @@
           xmlns="http://jboss.com/products/seam/pageflow"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://jboss.com/products/seam/pageflow 
  -                            http://jboss.com/products/seam/pageflow-1.3.xsd"
  +                            http://jboss.com/products/seam/pageflow-2.0.xsd"
           name="numberGuess">
      
      <start-page name="displayGuess" view-id="/numberGuess.jspx">
  @@ -1788,7 +1788,7 @@
                   <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   <pages xmlns="http://jboss.com/products/seam/pages"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-1.3.xsd">
  +       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd">
   
     <page view-id="/numberGuess.jspx">
       <begin-conversation join="true" pageflow="numberGuess"/>
  
  
  
  1.14      +3 -3      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- xml.xml	26 Jun 2007 20:52:00 -0000	1.13
  +++ xml.xml	26 Jun 2007 23:10:44 -0000	1.14
  @@ -359,7 +359,7 @@
   
               <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
  -            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
       <component class="org.jboss.seam.core.init">
           <property name="debug">true</property>
  @@ -380,8 +380,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.3.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
   
       <core:init debug="true" jndi-pattern="@jndiPattern@"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list