[jboss-cvs] JBossAS SVN: r78661 - in projects/docs/enterprise: 4.2.5/readme/en-US and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 18 00:10:00 EDT 2008


Author: irooskov at redhat.com
Date: 2008-09-18 00:10:00 -0400 (Thu, 18 Sep 2008)
New Revision: 78661

Modified:
   projects/docs/enterprise/4.2.5/Installation_Guide/en-US/Installation_With_RHN.xml
   projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Controls.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/I18n.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Itext.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Migration.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP02_FP01.xml
   projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Security.xml
   projects/docs/enterprise/4.3.3/Installation_Guide/en-US/Installation_With_RHN.xml
   projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml
Log:
updated release notes with new JIRAs updated Installation Guides with note about RHN install process and updated Seam Reference Guide for FP01 to fix PDF build errors


Modified: projects/docs/enterprise/4.2.5/Installation_Guide/en-US/Installation_With_RHN.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Installation_Guide/en-US/Installation_With_RHN.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.2.5/Installation_Guide/en-US/Installation_With_RHN.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -109,6 +109,11 @@
 							Run the following command:
 <screen><command>yum install jbossas jboss-seam rh-eap-docs jboss-profiler</command></screen>
 						</para>
+<note>
+								<para>
+									Installation of the documentation (rh-eap-docs) and the log-based event profiler (jboss-profiler) are optional but recommended as these will assist you in understanding and troubleshooting the JBoss Enterprise Application Platform. 
+								</para>
+							</note>
 					</listitem>
 				</itemizedlist>
 			</para>

Modified: projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml
===================================================================
--- projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -275,6 +275,16 @@
 		<itemizedlist>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1185">JBPAPP-1185</ulink>:  A test case <methodname>org.jboss.seam.test.InterpolatorTest.testFail()</methodname> would fail when it should have passed. This issue has been rectified by changing the expected date of the test method to what the Java Virtual Machine (JVM) provides for a US locale.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1111">JBPAPP-1111</ulink>: The section on max-bean-life within the Server Configuration Guide required improvement so that no abiguity would exist in the Japanese translation. This issue has been fixed by rewording the English sentence that caused the issue.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1083">JBPAPP-1083</ulink>: Outer join support should be added for aliases of the <classname>DetachedCriteria</classname> class. To do this, the following methods have been added to the class:
 				</para>
 				<itemizedlist>

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Controls.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Controls.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Controls.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -315,7 +315,7 @@
    
             <para>
                You must use <emphasis>Seam managed transactions</emphasis> (see
-               <xref linkend="persistence.seam-managed-transactions" />) with
+                <xref linkend="persistence.seam-managed-transactions" />) with
                <literal>&lt;s:convertEntity /&gt;</literal>.
             </para>
    

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/I18n.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/I18n.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/I18n.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -123,8 +123,9 @@
       </section>
    </section>
 
+
   <section>
-    <title>Locales<anchor id="locales" /></title>
+    <title>Locales</title>
 
     <para>Each user login session has an associated instance of
     <literal>java.util.Locale</literal> (available to the application as a
@@ -185,14 +186,15 @@
   </section>
 
   <section>
-    <title>Labels<anchor id="labels" /></title>
+    <title>Labels</title>
 
     <para>JSF supports internationalization of user interface labels and
-    descriptive text via the use of <literal>&lt;f:loadBundle /&gt;</literal>.
+    descriptive text via the use of <code>&lt;f:loadBundle /&gt;</code>.
     You can use this approach in Seam applications. Alternatively, you can
     take advantage of the Seam <literal> messages</literal> component to
     display templated labels with embedded EL expressions.</para>
 
+
     <section>
       <title>Defining labels</title>
 
@@ -244,7 +246,7 @@
       HelloMessages.properties</literal> on <literal>
       /welcome/hello.jsp</literal>.</para>
     </section>
-
+    
     <section>
       <title>Displaying labels</title>
 
@@ -271,7 +273,7 @@
 
       <programlisting role="JAVA">@In("#{messages['Hello']}") private String helloMessage;</programlisting>
     </section>
-
+   
     <section>
       <title>Faces messages</title>
 
@@ -293,9 +295,11 @@
       <para>This will display <literal>Hello, Gavin King</literal> or
       <literal>G'day, Gavin</literal>, depending upon the user's
       locale.</para>
-    </section>
+</section>
+
   </section>
 
+
   <section>
     <title>Timezones</title>
 
@@ -315,7 +319,7 @@
     &lt;s:convertDateTime&gt;</literal> tag which always performs conversions
     in the Seam timezone.</para>
   </section>
-
+  
   <section>
     <title>Themes</title>
 
@@ -375,7 +379,7 @@
 &lt;/h:selectOneMenu&gt;
 &lt;h:commandButton action="#{themeSelector.select}" value="Select Theme"/&gt;</programlisting>
   </section>
-
+  
   <section>
     <title>Persisting locale and theme preferences via cookies</title>
 
@@ -393,5 +397,5 @@
 &lt;/theme:theme-selector&gt;
 
 &lt;international:locale-selector cookie-enabled="true"/&gt;</programlisting>
-  </section>
+  </section> 
 </chapter>
\ No newline at end of file

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Itext.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Itext.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -23,9 +23,6 @@
 
             <informaltable>
                 <tgroup cols="2">
-			<!--        <colspec colnum="1" colwidth="1*"/> -->
-			<!--      <colspec colnum="2" colwidth="3*"/> -->
-
                     <tbody>
 
                         <row>
@@ -160,9 +157,6 @@
 
             <informaltable>
                 <tgroup cols="2">
-			<!--        <colspec colnum="1" colwidth="1*"/> -->
-			<!--      <colspec colnum="2" colwidth="3*"/> -->
-
                     <tbody>
                         <row>
                             <entry valign="top">
@@ -591,11 +585,8 @@
             <title>Headers and Footers</title>
 
 
-
             <informaltable>
                 <tgroup cols="2">
-			<!--         <colspec colnum="1" colwidth="1*"/> -->
-			<!--       <colspec colnum="2" colwidth="3*"/> -->
 
                     <tbody>
                         <row>
@@ -708,9 +699,6 @@
 
             <informaltable>
                 <tgroup cols="2">
-			<!--    <colspec colnum="1" colwidth="1*"/> -->
-			<!--      <colspec colnum="2" colwidth="3*"/> -->
-
                     <tbody>
                         <row>
 				          <entry valign="top"> 
@@ -828,16 +816,13 @@
 
             <informaltable>
                 <tgroup cols="2">
-			<!--           <colspec colnum="1" colwidth="1*"/> -->
-			<!--           <colspec colnum="2" colwidth="3*"/> -->
-
                     <tbody>
                         <row>
 				    <entry valign="top"> 
                                 <para>
                                     <literal>&lt;p:list&gt;</literal>
                                 </para>
-                            </entry>
+                            </entry> 
 			       <entry valign="top"> 
                                 <!-- 
                     <para>
@@ -845,7 +830,7 @@
                     </para>
                     <para>...</para>
                     -->
-                                <para>
+                               <para>
                                     <emphasis>Attributes</emphasis>
                                 </para>
 
@@ -981,8 +966,6 @@
 
             <informaltable>
                 <tgroup cols="2">
-			<!--    <colspec colnum="1" colwidth="1*"/> -->
-			<!--    <colspec colnum="2" colwidth="3*"/> -->
 
                     <tbody>
                         <row>
@@ -1393,8 +1376,6 @@
 
         <informaltable id="itext.barchart">
             <tgroup cols="2">
-		    <!--    <colspec colnum="1" colwidth="1*"/> -->
-		    <!--     <colspec colnum="2" colwidth="3*"/> -->
 
                 <tbody>
                     <row>
@@ -1976,7 +1957,7 @@
                                     </para>
                                 </listitem>
                                 -->
-                                <listitem>
+                               <listitem>
                                     <para>
                                         <literal>seriesPaint</literal> &#8212; The color of each item in the series
                                     </para>
@@ -1999,7 +1980,7 @@
                                     </para>
                                 </listitem>
                                 -->
-                                <listitem>
+                               <listitem>
                                     <para>
                                         <literal>seriesVisible</literal> &#8212; A boolean indicating if the series
                                         should be displayed. </para>
@@ -2046,7 +2027,7 @@
                                     <para>
                                         <literal>series</literal> &#8212; The series name, when not embedded inside
                                         a <code>&lt;p:series&gt;</code>. </para>
-                                </listitem>
+			</listitem>
                                 <listitem>
                                     <para>
                                         <literal>value</literal> &#8212; The numeric data value. </para>
@@ -2210,10 +2191,9 @@
         when used with HTML images, barcodes can not currently display barcode text in the barcode. 
         </para>
 
+
         <informaltable id="itext.barcode">
             <tgroup cols="2">
-		    <!--     <colspec colnum="1" colwidth="1*"/> -->
-		    <!--     <colspec colnum="2" colwidth="3*"/> -->
 
                 <tbody>
                     <row>
@@ -2330,9 +2310,7 @@
 
         <informaltable id="itext.swing">
             <tgroup cols="2">
-        <!--        <colspec colnum="1" colwidth="1*"/>
-                <colspec colnum="2" colwidth="3*"/> -->
-
+   
                 <tbody>
                     <row>
                       <entry valign="top"> 

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Migration.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Migration.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -396,14 +396,7 @@
          
          <table>
             <title>Component's in Seam 2</title>
-            <tgroup cols="2">
-          <!--     <colspec colnum="1" colwidth="2*" />
-               <colspec colnum="2" colwidth="2*" />
-               <colspec colnum="3" colwidth="2*" />
-               <colspec colnum="4" colwidth="2*" />
-               <colspec colnum="5" colwidth="2*" />
-               <colspec colnum="6" colwidth="2*" /> -->
-
+            <tgroup cols="6">
                <thead>
                   <row>
                      <entry>

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP02_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP02_FP01.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Seam_Reference_Guide_CP02_FP01.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -4,25 +4,25 @@
 <book>
     <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-   <xi:include href="Tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Getting_Started_With_JBoss_Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Migration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Conversations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Jbpm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Persistence.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Groovy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Drools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Security.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "I18n.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+ <xi:include href="Tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href= "Getting_Started_With_JBoss_Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href= "Migration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href= "Conversations.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Jbpm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+   <xi:include href= "Persistence.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Groovy.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Drools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Security.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "I18n.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
     <xi:include href= "Text.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Itext.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Mail.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Itext.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href= "Mail.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
     <xi:include href= "Jms.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href= "Cache.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href= "Webservices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -34,8 +34,8 @@
     <xi:include href= "Components.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href= "Controls.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <xi:include href= "Elenhancements.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Testing.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href= "Testing.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
     <xi:include href= "Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href= "Dependencies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+   <xi:include href= "Dependencies.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
 <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 </book>

Modified: projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Security.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.2.1/Seam/Seam_Reference_Guide/en-US/Security.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -528,8 +528,6 @@
       <title>Security Message Keys</title>
 
       <tgroup cols="2">
-    <!--    <colspec colnum="1" colwidth="2*" />
-        <colspec colnum="2" colwidth="3*" /> -->
 
         <thead>
           <row>
@@ -1393,8 +1391,6 @@
       <title>Security Events</title>
 
       <tgroup cols="2">
-	      <!--     <colspec colnum="1" colwidth="3*" />
-        <colspec colnum="2" colwidth="2*" /> -->
 
         <thead>
           <row>

Modified: projects/docs/enterprise/4.3.3/Installation_Guide/en-US/Installation_With_RHN.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Installation_Guide/en-US/Installation_With_RHN.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.3/Installation_Guide/en-US/Installation_With_RHN.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -109,6 +109,11 @@
 							Run the following command:
 <screen><command>yum install jbossas jboss-seam rh-eap-docs jboss-profiler</command></screen>
 						</para>
+<note>
+								<para>
+									Installation of the documentation (rh-eap-docs) and the log-based event profiler (jboss-profiler) are optional but recommended as these will assist you in understanding and troubleshooting the JBoss Enterprise Application Platform. 
+								</para>
+							</note>
 					</listitem>
 				</itemizedlist>
 			</para>

Modified: projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml
===================================================================
--- projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml	2008-09-18 01:28:44 UTC (rev 78660)
+++ projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml	2008-09-18 04:10:00 UTC (rev 78661)
@@ -333,6 +333,11 @@
 				<itemizedlist>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1185">JBPAPP-1185</ulink>:  A test case <methodname>org.jboss.seam.test.InterpolatorTest.testFail()</methodname> would fail when it should have passed. This issue has been rectified by changing the expected date of the test method to what the Java Virtual Machine (JVM) provides for a US locale.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1053">JBPAPP-1053</ulink>:  Seam icefaces would generate an error stipulating that an instance of the <code>compiler.ExpressionFactory</code> feature could not be achieved. In this release, the application deploys successfully and without the instance issue.
 						</para>
 					</listitem>
@@ -451,11 +456,16 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1035">JBPAPP-1035</ulink>:All the books for the JBoss Enterprise Application Platform should have the word <emphasis>aspectized</emphasis> removed as this is not a true word and fails to convey any meaningful information. to fix this issue, the word <emphasis>aspectized</emphasis> has been removed from all documentation.
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1111">JBPAPP-1111</ulink>: The section on max-bean-life within the Server Configuration Guide required improvement so that no abiguity would exist in the Japanese translation. This issue has been fixed by rewording the English sentence that caused the issue.
 						</para>
 					</listitem>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1035">JBPAPP-1035</ulink>: All the books for the JBoss Enterprise Application Platform should have the word <emphasis>aspectized</emphasis> removed as this is not a true word and fails to convey any meaningful information. to fix this issue, the word <emphasis>aspectized</emphasis> has been removed from all documentation.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1008">JBPAPP-1008</ulink>: There was an error in the Server Configuration Guide xmbean example where the command given specified a deloyment configuration that did not exist. The deployment commands for the xmbean example now deploy to the default configuration of the server.
 						</para>
 					</listitem>




More information about the jboss-cvs-commits mailing list