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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 20 21:17:00 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-20 21:17:00 -0500 (Tue, 20 Jan 2009)
New Revision: 83123

Modified:
   projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
Log:
updated release notes with new JIRA


Modified: projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
===================================================================
--- projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2009-01-21 01:17:07 UTC (rev 83122)
+++ projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2009-01-21 02:17:00 UTC (rev 83123)
@@ -51,7 +51,7 @@
 		<itemizedlist>
 			<listitem>
 				<para>
-					JBoss Application Server 4.3
+					JBoss Application Server 4.2.z
 				</para>
 			</listitem>
 			<listitem>
@@ -61,12 +61,12 @@
 			</listitem>
 			<listitem>
 				<para>
-					Hibernate Annotations 3.2.1.CP04
+					Hibernate Annotations 3.2.1.GA.CP04
 				</para>
 			</listitem>
 			<listitem>
 				<para>
-					Hibernate Entity Manager 2.2.1.CP05
+					Hibernate Entity Manager 3.2.1.GA_CP05
 				</para>
 			</listitem>
 			<listitem>
@@ -96,6 +96,11 @@
 			</listitem>
 			<listitem>
 				<para>
+					JBoss Transactions 4.2.3.SP5.CP03
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					JBoss Web 2.0.0-6.CP09
 				</para>
 			</listitem>
@@ -529,15 +534,17 @@
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1470">JBPAPP-1470</ulink>: When using APR (Apache Portable Runtime) on any operating system other than those which use the Linux Kernal 2.4 or newer, the <parameter>deferAccept</parameter> option would be set to false in the <methodname>AprEndpoint</methodname>. This may lead to a <exceptionname>NullPointerException</exceptionname> as the <methodname>accepter</methodname> thread starts to process a request while also calling for a <methodname>poller</methodname> before initialization. The issue has been resolved by moving the <methodname>acceptor</methodname> threads to being executed last when starting the <methodname>AprEndpoint</methodname>.
 						</para>
 					</listitem>
-				<!--	<listitem>
+					<listitem>
 						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1334">JBPAPP-1334</ulink>: The JBoss Web component of the EAP has been upgraded to version 2.0.0-6.CP09. A list of the included fixes is as follows:
 						</para>
-					</listitem> -->
-					<listitem>
-						<para>
-							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-869">JBPAPP-869</ulink>: If a war deployment included its own version of <filename>xalan.jar</filename> and <filename>xercesImpl.jar</filename> in <filename>WEB-INF/lib</filename>, the JBossWeb servlet container classloader returns JBoss provided version of the <literal>SAXParser</literal> from <methodname>SAXParserFactory.newInstance().newSAXParser()</methodname> rather than the version provided in the war deployment. To fix this bug the <filename>WebAppClassLoader.java</filename> has been updated to ensure the correct parser is used.
+						<itemizedlist>
+							<listitem>
+								<para>
+									If a war deployment included its own version of <filename>xalan.jar</filename> and <filename>xercesImpl.jar</filename> in <filename>WEB-INF/lib</filename>, the JBossWeb servlet container classloader returns JBoss provided version of the <literal>SAXParser</literal> from <methodname>SAXParserFactory.newInstance().newSAXParser()</methodname> rather than the version provided in the war deployment. To fix this bug the <filename>WebAppClassLoader.java</filename> has been updated to ensure the correct parser is used.
 						</para>
+							</listitem>
+						</itemizedlist>
 					</listitem>
 				</itemizedlist> 
 				</para>
@@ -969,6 +976,11 @@
 					</listitem>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1099">JBPAPP-1099</ulink>: The <filename>commons-beanutils.jar</filename> file within the EAP had the incorrect version in the <filename>manifest.mf</filename> file. Through the course of correcting this bug, it was found that the <literal>beanutils</literal> component was outdated and a newer version contained manu advantages. In this update to the EAP <literal>beanutils</literal> has been upgraded to version 1.8.0, which sees the significant improvement that fixes a memory leak caused by a circular reference concerning the <classname>WeakHashMap</classname>.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1002">JBPAPP-1002</ulink>: Bean Managed Transactions (BMT) Stateful Session Beans used to be logged when transactions were not completed between invocations. However this was an error as BMT Stateful Session Beans are allowed to have this occurance and so this logging measure has been removed in this EAP update.
 						</para>
 					</listitem>




More information about the jboss-cvs-commits mailing list