[jboss-cvs] JBossAS SVN: r85375 - in projects/docs/enterprise: 4.3.5/readme/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 5 20:44:26 EST 2009


Author: irooskov at redhat.com
Date: 2009-03-05 20:44:26 -0500 (Thu, 05 Mar 2009)
New Revision: 85375

Modified:
   projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml
   projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
Log:
updated release notes with new JIRA


Modified: projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml
===================================================================
--- projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml	2009-03-05 23:51:21 UTC (rev 85374)
+++ projects/docs/enterprise/4.2.7/readme/en-US/Release_Notes_CP07.xml	2009-03-06 01:44:26 UTC (rev 85375)
@@ -48,7 +48,7 @@
 		<para>
 			This section details the versions of the components which create the Enterprise Application Platform 4.3 that can be found in this Cumulative Patch release.
 		</para>
-		<itemizedlist>
+	<!--	<itemizedlist>
 			<listitem>
 				<para>
 					JBoss Application Server 4.2.z
@@ -124,7 +124,7 @@
 					Xalan 2.7.0.patch02
 				</para>
 			</listitem>
-		</itemizedlist>
+		</itemizedlist> -->
 		<note>
 			<para>
 				The Enterprise Application Platform Server has been redefined for the enterprise market to a level where direct association to a community release can no longer be drawn.
@@ -425,7 +425,7 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-							
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1563">JBPAPP-1563</ulink>: The SQL functions <function>mod</function>, <function>bit_length</function> and <function>trim</function> caused faulures in the <classname>ASTParserLoadingTest</classname> because they were not implemented in the Sybase Dialect. The Sybase Dialect has now been updated to import the <classname>org.hibernate.dialect.function.AnsiTrimEmulationFunction</classname> function and implement the <function>mod</function>, <function>bit_length</function> and <function>trim</function> functions.
 						</para>
 					</listitem>
 				</itemizedlist>
@@ -437,7 +437,7 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-							
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1684">JBPAPP-1684</ulink>: A memory leak would be caused in the <classname>BaseTransaction</classname> class because entries in the hash table were never removed, even if a thread was no longer in use. This meant that client transactions could have leaked approximately 600 bytes. To correct this bug, the <filename>BaseTransaction.java</filename> file has been updated to replace the hash table with a <varname>ThreadLocal</varname> implementation which takes an integer as input. In order to allow for the timeout values to work correctly, they now only call the required methods of <methodname>_timeouts.set</methodname> and <methodname>_timeouts.get</methodname>. With these improvements made, the memory leak no longer occurs. 
 						</para>
 					</listitem>
 				</itemizedlist>

Modified: projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml
===================================================================
--- projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-03-05 23:51:21 UTC (rev 85374)
+++ projects/docs/enterprise/4.3.5/readme/en-US/Release_Notes_CP05.xml	2009-03-06 01:44:26 UTC (rev 85375)
@@ -47,7 +47,7 @@
 		<title>Component Versions</title>
 		<para>
 			This section details the versions of the components which create the Enterprise Application Platform 4.3 that can be found in this Cumulative Patch release.
-		</para>
+		</para><!--
 		<itemizedlist>
 			<listitem>
 				<para>
@@ -129,7 +129,7 @@
 					Xalan 2.7.0.patch02
 				</para>
 			</listitem>
-		</itemizedlist>
+		</itemizedlist> -->
 		<note>
 			<para>
 				The Enterprise Application Platform Server has been redefined for the enterprise market to a level where direct association to a community release can no longer be drawn.
@@ -441,7 +441,7 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-						
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1563">JBPAPP-1563</ulink>: The SQL functions <function>mod</function>, <function>bit_length</function> and <function>trim</function> caused faulures in the <classname>ASTParserLoadingTest</classname> because they were not implemented in the Sybase Dialect. The Sybase Dialect has now been updated to import the <classname>org.hibernate.dialect.function.AnsiTrimEmulationFunction</classname> function and implement the <function>mod</function>, <function>bit_length</function> and <function>trim</function> functions.
 						</para>
 					</listitem>
 				<!--	<listitem>
@@ -478,7 +478,7 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-						
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1684">JBPAPP-1684</ulink>: A memory leak would be caused in the <classname>BaseTransaction</classname> class because entries in the hash table were never removed, even if a thread was no longer in use. This meant that client transactions could have leaked approximately 600 bytes. To correct this bug, the <filename>BaseTransaction.java</filename> file has been updated to replace the hash table with a <varname>ThreadLocal</varname> implementation which takes an integer as input. In order to allow for the timeout values to work correctly, they now only call the required methods of <methodname>_timeouts.set</methodname> and <methodname>_timeouts.get</methodname>. With these improvements made, the memory leak no longer occurs. 
 						</para>
 					</listitem>
 				</itemizedlist>




More information about the jboss-cvs-commits mailing list