[jboss-cvs] JBossAS SVN: r78800 - in projects/docs/enterprise: 4.3.3/readme/en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 23 19:51:49 EDT 2008
Author: irooskov at redhat.com
Date: 2008-09-23 19:51:49 -0400 (Tue, 23 Sep 2008)
New Revision: 78800
Modified:
projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml
projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml
Log:
updated release notes with new resolved JIRAs
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-23 23:25:51 UTC (rev 78799)
+++ projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml 2008-09-23 23:51:49 UTC (rev 78800)
@@ -275,6 +275,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1201">JBPAPP-1201</ulink>: When removing a Stateful Session Bean, references would still remain in the infinite pool causing a memory leak. The removal of a Stateful Session Bean is now undertaken correctly so that all references are removed from the infinite pool when the bean is destroyed.
+ </para>
+ </listitem>
+ <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>
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-23 23:25:51 UTC (rev 78799)
+++ projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml 2008-09-23 23:51:49 UTC (rev 78800)
@@ -483,6 +483,12 @@
</para>
</formalpara>
<formalpara>
+ <title>JBPAPP-1201</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1201">JBPAPP-1201</ulink>: When removing a Stateful Session Bean, references would still remain in the infinite pool causing a memory leak. The removal of a Stateful Session Bean is now undertaken correctly so that all references are removed from the infinite pool when the bean is destroyed.
+ </para>
+ </formalpara>
+ <formalpara>
<title>JBPAPP-933</title>
<para>
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-933">JBPAPP-933</ulink>: When deploying an Enterprise JavaBeans 2 (EJB2) after starting a Service Bean with a Naming context associated with the applications class loader, the EJB2 will fail as it binds with the applications UnifiedClassLoader instead.
More information about the jboss-cvs-commits
mailing list