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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 26 23:04:17 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-26 23:04:17 -0500 (Mon, 26 Jan 2009)
New Revision: 83448

Modified:
   projects/docs/enterprise/4.2.6/readme/en-US/Release_Notes_CP06.xml
   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.2.6/readme/en-US/Release_Notes_CP06.xml
===================================================================
--- projects/docs/enterprise/4.2.6/readme/en-US/Release_Notes_CP06.xml	2009-01-27 03:57:42 UTC (rev 83447)
+++ projects/docs/enterprise/4.2.6/readme/en-US/Release_Notes_CP06.xml	2009-01-27 04:04:17 UTC (rev 83448)
@@ -56,7 +56,7 @@
 			</listitem>
 			<listitem>
 				<para>
-					Hibernate 3.2.4.SP1.CP07
+					Hibernate Core 3.2.4.SP1.CP07
 				</para>
 			</listitem>
 			<listitem>
@@ -698,6 +698,11 @@
 					</listitem>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1602">JBPAPP-1602</ulink>: A <exceptionname>ConcurrentModificationException </exceptionname> would occur when a classloader would be undeployed while another user was attempting to load a class from the package. This error arose because the <classname>packagesMap</classname> within <classname>UnifiedLoaderRepository3</classname> had a <classname>TreeSet</classname> that was not correctly synchronized with changes. In order to rectify this, the <filename>ClassLoaderUtils.java</filename> file has been updated to import the <classname>Collections</classname> library and use the <methodname>synchronizedSet</methodname> method of the library in returning the <methodname>TreeSet</methodname> of the <methodname>newPackageSet</methodname> method.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1540">JBPAPP-1540</ulink>: Within the cluster section of the EAP, the <classname>GossipRouter</classname> and <classname>GossipClient</classname> (TCPGOSSIP) did not have socket read timeouts, socket linger timeouts and backlog set to provide the best behaviour when heavily utilized or under network situations in need of improvement. This fix provides default values and configuration options for these in order to avoid problematic situations. 
 						</para>
 					</listitem>

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-27 03:57:42 UTC (rev 83447)
+++ projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2009-01-27 04:04:17 UTC (rev 83448)
@@ -766,11 +766,11 @@
 			<title>Documentation</title>
 			<para>
 				<itemizedlist>
-				<!--	<listitem>
+					<listitem>
 						<para>
-							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1472">JBPAPP-1472</ulink>: The instructions for adding SSL to EJB 2.1 were incorrect as they did not include code pertaining to marshalling. The appropriate code has now been added to the instructions in section 
-						</para>
-					</listitem> -->
+						<!--	<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1472">JBPAPP-1472</ulink>: The instructions for adding SSL to EJB 2.1 were incorrect as they did not include code pertaining to marshalling. The appropriate code has now been added to the instructions in section  -->
+						</para> 
+					</listitem> 
 				</itemizedlist>
 			</para>
 		</formalpara>
@@ -795,6 +795,11 @@
 					</listitem>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1602">JBPAPP-1602</ulink>: A <exceptionname>ConcurrentModificationException </exceptionname> would occur when a classloader would be undeployed while another user was attempting to load a class from the package. This error arose because the <classname>packagesMap</classname> within <classname>UnifiedLoaderRepository3</classname> had a <classname>TreeSet</classname> that was not correctly synchronized with changes. In order to rectify this, the <filename>ClassLoaderUtils.java</filename> file has been updated to import the <classname>Collections</classname> library and use the <methodname>synchronizedSet</methodname> method of the library in returning the <methodname>TreeSet</methodname> of the <methodname>newPackageSet</methodname> method.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1540">JBPAPP-1540</ulink>: Within the cluster section of the EAP, the <classname>GossipRouter</classname> and <classname>GossipClient</classname> (TCPGOSSIP) did not have socket read timeouts, socket linger timeouts and backlog set to provide the best behaviour when heavily utilized or under network situations in need of improvement. This fix provides default values and configuration options for these in order to avoid problematic situations. 
 						</para>
 					</listitem>




More information about the jboss-cvs-commits mailing list