[jboss-cvs] JBossAS SVN: r82219 - projects/docs/enterprise/4.3.3.1/readme/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 10 23:27:42 EST 2008


Author: irooskov at redhat.com
Date: 2008-12-10 23:27:42 -0500 (Wed, 10 Dec 2008)
New Revision: 82219

Modified:
   projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
Log:
updated release notes with new JIRA and updated install and update instructions. More JIRAs to be added once developer feedback has been received. 


Modified: projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-12-11 03:28:54 UTC (rev 82218)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-12-11 04:27:42 UTC (rev 82219)
@@ -139,9 +139,36 @@
 			<formalpara>
 				<title>Updating using RHN</title>
 				<para>
-					Updating your existing EAP 4.3.0_CP02_FP01 RHN installation can be achieved by:
+					Updating your existing EAP 4.3.0_CP02_FP01 RHN installation is different depending on the version of Red Hat Enterprise Linux you are running. 
 				</para>
 			</formalpara>
+			<formalpara>
+				<title>
+					On Red Hat Enterprise Linux 4:
+				</title>
+				<para>
+					Make sure you are subscribed to the correct channels on RHN (as described in <xref linkend="Install_on_Red_Hat_Enterprise_Linux_4"/>) and then run the following command with root level access:
+				</para>
+			</formalpara>
+<programlisting>
+up2date jbossas jboss-seam2 rh-eap-docs jboss-profiler
+</programlisting>
+			<formalpara>
+				<title>
+					On Red Hat Enterprise Linux 5:
+				</title>
+				<para>
+					Make sure you are subscribed to the correct channels on RHN (as described in <xref linkend="Install_on_Red_Hat_Enterprise_Linux_5"/>) and then run the following command with root level access:
+				</para>
+			</formalpara>
+<programlisting>
+yum update jbossas jboss-seam2 rh-eap-docs jboss-profiler
+</programlisting>
+			<important>
+				<para>
+					Before applying this update, make sure all previously released errata relevant to your system have been applied. For Red Hat Enterprise Linux 4 run <command>up2date</command> without parameters and for Red Hat Enterprise Linux 5 run <command>yum update</command> without parameters. 
+				</para>
+			</important>
 		</section>
 		<section id="install">
 			<title>Installation Notes</title>
@@ -208,7 +235,7 @@
 					</listitem>
 				</itemizedlist>
 			</para>
-			<formalpara>
+			<formalpara id="Install_on_Red_Hat_Enterprise_Linux_4">
 				<title>
 					On Red Hat Enterprise Linux 4:
 				</title>
@@ -238,7 +265,7 @@
 					</itemizedlist>
 				</para>
 			</formalpara>
-			<formalpara>
+			<formalpara id="Install_on_Red_Hat_Enterprise_Linux_5">
 				<title>
 					On Red Hat Enterprise Linux 5:
 				</title>
@@ -264,7 +291,7 @@
 						<listitem>
 							<para>
 								Run the following command:
-								<screen><command>yum install jboss-seam2 hibernate3-validator rh-eap-docs jboss-profiler</command></screen>
+								<screen><command>yum install jbossas jboss-seam2 rh-eap-docs jboss-profiler</command></screen>
 							</para>
 							<note>
 								<para>
@@ -635,6 +662,18 @@
 			</para>
 		</formalpara> -->
 		<formalpara>
+			<title>JBPAPP-1257</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1257">JBPAPP-1257</ulink>: The <filename>components.xml</filename> file would be read twice if the <filename>jboss-seam.jar</filename> file was declared in <filename>application.xml</filename> and in the classpath of the manifest.
+			</para>
+		</formalpara>
+			<para>
+				To fix this issue two new files have been created: <filename>seam-deployment.properties</filename> and <filename>SeamDeploymentProperties.java</filename>. <filename>seam-deployment.properties</filename> provides the Resource Bundle information while <filename>SeamDeploymentProperties.java</filename> uses this information to make sure it has the correct Properties added to the deployment. 
+			</para>
+			<para>
+				The <filename>Initialization.java</filename> file has been modified to use the <filename>SeamDeploymentProperties.java</filename> file in order to test for duplicate reading of files. 
+			</para>
+		<formalpara>
 			<title>JBPAPP-1192</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1192">JBPAPP-1192</ulink>: A business process variable <varname>bannersCount</varname> was not resolveable in jPDL (Java Process Definition Language). In order to correct this bug, code within <filename>SeamExpressionEvaluator.java</filename> has been reordered and a new test process has been added to <filename>SeamExpressionEvaluatorTest.java</filename> and <filename>SeamExpressionEvaluatorTestController.java</filename> for debugging.
@@ -649,6 +688,24 @@
 <programlisting>
 &lt;jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/&gt;
 </programlisting>
+		<formalpara>
+			<title>JBPAPP-1151</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1151">JBPAPP-1151</ulink>: JDK Dependency information has been added to the Seam Reference Guide, detailing what versions of JDK are supported and which are not.
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1150</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1150">JBPAPP-1150</ulink>: Productization of the Seam Reference Guide left some references to the community JBoss Application Server in. To fix this, the references to the community software has been removed and replaced with references to the EAP installation. 
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1103</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1103">JBPAPP-1103</ulink>: The JBoss EL (Unified Expression Language) component within Seam did not provide any version information for the user. The JBoss EL <filename>manifest.mf</filename> file now contains correct and up to date version information of the component.  
+			</para>
+		</formalpara>
 	</section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 </article>




More information about the jboss-cvs-commits mailing list