[jboss-cvs] JBossAS SVN: r101694 - projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 1 22:06:19 EST 2010


Author: laubai
Date: 2010-03-01 22:06:19 -0500 (Mon, 01 Mar 2010)
New Revision: 101694

Modified:
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/I18n.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Itext.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Mail.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Migration.xml
   projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Security.xml
Log:
Added changes requested in JBPAPP-3819.

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Gettingstarted.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -41,7 +41,7 @@
 			First, configure seam-gen for your environment. Just type the following in your command line interface:
 		</para>
 		 
-<programlisting>cd jboss-seam-2.0.x seam setup
+<programlisting>cd &lt;seam_distribution_dir&gt; seam setup
 </programlisting>
 		 <para>
 			You will receive the following prompt for the required information:
@@ -56,7 +56,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-ewp-5.0/jboss-as-web] [C:/Program Files/jboss-ewp-5.0/jboss-as-web]
 /var/lib/jbossas
     [input] Enter the project name [myproject] [myproject]
 helloworld

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/I18n.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/I18n.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/I18n.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -21,15 +21,10 @@
 		 <section>
 			<title>Application server configuration</title>
 			 <para>
-				You will need to configure the Tomcat connector to ensure that the application server receives the request parameters from client requests in the correct encoding. If you use Tomcat or JBoss AS, add the <literal>URIEncoding="UTF-8"</literal> attribute to the connector configuration. For JBoss AS 4.2, edit <literal>${JBOSS_HOME}/server/(default)/deploy/jboss-web.deployer/server. xml</literal>:
+				You will need to configure the Tomcat connector to ensure that the application server receives the request parameters from client requests in the correct encoding. You can add the <literal>URIEncoding="UTF-8"</literal> attribute to the connector configuration. Alternatively, 
+you can tell JBoss Enterprise Web Platform that the correct encoding for the request parameters will be taken from the request:
 			</para>
 			 
-<programlisting role="XML"><![CDATA[<Connector port="8080" URIEncoding="UTF-8"/>]]>
-</programlisting>
-			 <para>
-				Alternatively, you can tell JBoss AS that the correct encoding for the request parameters will be taken from the request:
-			</para>
-			 
 <programlisting role="XML"><![CDATA[<Connector port="8080" useBodyEncodingForURI="true"/>]]>
 </programlisting>
 		</section>

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Itext.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Itext.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -2251,9 +2251,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/EWP_5.0/Seam_Reference_Guide/en-US/Mail.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Mail.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Mail.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -382,18 +382,6 @@
 		
 	</section>
 	
-	 <section>
-		<title>Meldware</title>
-		 <para>
-			Meldware (from <ulink url="http://buni.org">buni.org</ulink>) is used as a mail server in Seam's mail examples. Meldware is a groupware package that provides <literal>SMTP</literal>, <literal>POP3</literal>, <literal>IMAP</literal>, webmail, a shared calendar and an graphical administration tool. It is written as a Java EE application, so it can be deployed onto JBoss AS alongside your Seam application.
-		</para>
-		 <warning>
-			<para>
-				The version of Meldware distributed with Seam (downloaded on demand) is tailored for development &#8212; mailboxes, users and aliases (email addresses) are created every time the application deploys. To use Meldware in production, install the latest release from <ulink url="http://buni.org">buni.org</ulink>.
-			</para>
-		</warning>
-	</section>
-	
 	 <section id="mail.tags">
 		<title>Tags</title>
 		 <para>

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Migration.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Migration.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -15,37 +15,6 @@
       <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>
@@ -548,12 +517,12 @@
             <para>
                The <literal>CacheProvider</literal> provides a Map-like interface. The <literal>getDelegate()</literal> method can then be used to retrieve the underlying cache.
             </para>
-         <formalpara>
+         <!--<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>.
             </para>
-         </formalpara>
+         </formalpara>-->
          <formalpara>
             <title>Changes to the Seam Application Framework</title>
             <para>

Modified: projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Security.xml	2010-03-02 02:04:20 UTC (rev 101693)
+++ projects/docs/enterprise/EWP_5.0/Seam_Reference_Guide/en-US/Security.xml	2010-03-02 03:06:19 UTC (rev 101694)
@@ -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