[jboss-cvs] JBossAS SVN: r102704 - projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 22 00:06:17 EDT 2010


Author: laubai
Date: 2010-03-22 00:06:17 -0400 (Mon, 22 Mar 2010)
New Revision: 102704

Modified:
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Gettingstarted.xml
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Migration.xml
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Security.xml
Log:
Added changes for JBPAPP-3819.

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-03-22 02:07:42 UTC (rev 102703)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-03-22 04:06:17 UTC (rev 102704)
@@ -55,7 +55,7 @@
      [echo] Welcome to seam-gen :-)
     [input] Enter your project workspace (the directory that contains your Seam projects) [C:/Projects] [C:/Projects]
 /Users/pmuir/workspace
-    [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.3.GA] [C:/Program Files/jboss-4.2.3.GA]
+    [input] Enter your JBoss home directory [C:/Program Files/jboss-eap-5.0.1/jboss-as] [C:/Program Files/jboss-eap-5.0.1/jboss-as]
 /var/lib/jbossas
     [input] Enter the project name [myproject] [myproject]
 helloworld

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml	2010-03-22 02:07:42 UTC (rev 102703)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml	2010-03-22 04:06:17 UTC (rev 102704)
@@ -2252,9 +2252,9 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
             xsi:schemaLocation=" 
                 http://jboss.com/products/seam/document 
-                http://jboss.com/products/seam/document-2.1.xsd 
+                http://jboss.com/products/seam/document-2.2.xsd 
                 http://jboss.com/products/seam/components 
-                http://jboss.com/products/seam/components-2.1.xsd"> 
+                http://jboss.com/products/seam/components-2.2.xsd"> 
   <document:document-store use-extensions="true"/> 
 </components>]]>
 </programlisting>

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Migration.xml	2010-03-22 02:07:42 UTC (rev 102703)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Migration.xml	2010-03-22 04:06:17 UTC (rev 102704)
@@ -15,37 +15,7 @@
       <para>
          In this section, we show you how to migrate from Seam 1.2.x to Seam 2.0. We also list the changes to Seam components between versions.
       </para>
-      <para>
-         Seam 2.0 has been successfully tested in the following container environments:
-      </para>
-      <itemizedlist>
-         <listitem>
-            <para>
-               JBoss 4.2
-            </para>
-            <note>
-               <para>
-                  It is also possible to run Seam 2.0 on JBoss 4.0.5 by upgrading JavaServer Faces (JSF)
-to version 1.2.
-               </para>
-            </note>
-         </listitem>
-         <listitem>
-            <para>
-               Apache Tomcat 6.0 &#8212; Tomcat 5.5 is <emphasis>not compatible</emphasis> with JSF 1.2.
-            </para>
-         </listitem>
-         <listitem>
-            <para>
-               GlassFish 2.0
-            </para>
-         </listitem>
-         <listitem>
-            <para>
-               Oracle Containers for J2EE 11g (Technology Preview)
-            </para>
-         </listitem>
-      </itemizedlist>
+      
       <section id="Migration12.JSF12">
          <title>Migrating to JavaServer Faces 1.2</title>
          <para>
@@ -551,7 +521,7 @@
          <formalpara>
             <title>Changes to Maven Dependencies</title>
             <para>
-               The <emphasis>provided</emphasis> platform is now JBoss AS 4.2.3, so <literal>javaassist:javaassist</literal> and <literal>dom4j:dom4j</literal> are now marked as <emphasis>provided</emphasis>.
+               The provided platform is now JBoss AS 5.1.0, so <literal>javaassist:javaassist</literal> and <literal>dom4j:dom4j</literal> are now marked as <emphasis>provided</emphasis>.
             </para>
          </formalpara>
          <formalpara>

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Security.xml	2010-03-22 02:07:42 UTC (rev 102703)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Security.xml	2010-03-22 04:06:17 UTC (rev 102704)
@@ -100,9 +100,9 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
             xsi:schemaLocation= 
               "http://jboss.com/products/seam/components 
-               http://jboss.com/products/seam/components-2.1.xsd 
+               http://jboss.com/products/seam/components-2.2.xsd 
                http://jboss.com/products/seam/security 
-               http://jboss.com/products/seam/security-2.1.xsd">
+               http://jboss.com/products/seam/security-2.2.xsd">
 
 <security:identity authenticate-method="#{authenticator.authenticate}"/>
 




More information about the jboss-cvs-commits mailing list