[jboss-cvs] JBossAS SVN: r78882 - 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
Thu Sep 25 23:06:13 EDT 2008
Author: irooskov at redhat.com
Date: 2008-09-25 23:06:13 -0400 (Thu, 25 Sep 2008)
New Revision: 78882
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 CP release notes with new 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-26 01:57:31 UTC (rev 78881)
+++ projects/docs/enterprise/4.2.5/readme/en-US/Release_Notes_CP05.xml 2008-09-26 03:06:13 UTC (rev 78882)
@@ -275,6 +275,16 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1205">JBPAPP-1205</ulink>: When using an Oracle Driver without an offset, the query that is generated ommits <code>rownum > 0</code>. This resulted in an incorrect number of rows being returned. This issue is fixed with this CP release and the aforementioned code is now included.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1203">JBPAPP-1203</ulink>: In previous versions of the Server Configuration Guide and the Getting Started Guide, the properties <property>ha-local-tx-datasource</property> and <property>ha-xa-datasource</property> as well as their respective packages <package>jboss-ha-local-jdbc.rar</package> and <package>jboss-ha-xa-jdbc.rar</package> were listed as experimental when this is no longer the case. This updated CP documentation now exludes the wording of <emphasis>experimental</emphasis> so that there is no confusion.
+ </para>
+ </listitem>
+ <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>
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-26 01:57:31 UTC (rev 78881)
+++ projects/docs/enterprise/4.3.3/readme/en-US/Release_Notes_CP03.xml 2008-09-26 03:06:13 UTC (rev 78882)
@@ -271,18 +271,16 @@
<para>
Following is a list of issues fixed in this release:
</para>
- <formalpara>
+ <!-- <formalpara>
<title>JBoss Messaging</title>
<para>
<itemizedlist>
- <listitem>
- <para>
- <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-885">JBPAPP-885</ulink>: An issue existed where if <methodname>DefaultRedeliveryDelay</methodname> or <methodname>RedeliveryDelay</methodname> was set to a value apart from zero, messages would not be redelivered even though the method <methodname>session.rollback()</methodname> had been called. Rectifying this issue, a redelivery delay of zero has been implemented.
- </para>
- </listitem>
- </itemizedlist>
+ <listitem>
+
+ </listitem>
+ </itemizedlist>
</para>
- </formalpara>
+ </formalpara> -->
<!-- <formalpara>
<title>JBoss Cache</title>
<para>
@@ -395,6 +393,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1205">JBPAPP-1205</ulink>: When using an Oracle Driver without an offset, the query that is generated ommits <code>rownum > 0</code>. This resulted in an incorrect number of rows being returned. This issue is fixed with this CP release and the aforementioned code is now included.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1083">JBPAPP-1083</ulink>: Outer join support should be added for aliases of the <classname>DetachedCriteria</classname> class. To do this, the following methods have been added to the class:
</para>
<itemizedlist>
@@ -461,6 +464,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1203">JBPAPP-1203</ulink>: In previous versions of the Server Configuration Guide and the Getting Started Guide, the properties <property>ha-local-tx-datasource</property> and <property>ha-xa-datasource</property> as well as their respective packages <package>jboss-ha-local-jdbc.rar</package> and <package>jboss-ha-xa-jdbc.rar</package> were listed as experimental when this is no longer the case. This updated CP documentation now exludes the wording of <emphasis>experimental</emphasis> so that there is no confusion.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1111">JBPAPP-1111</ulink>: The section on max-bean-life within the Server Configuration Guide required improvement so that no abiguity would exist in the Japanese translation. This issue has been fixed by rewording the English sentence that caused the issue.
</para>
</listitem>
@@ -527,6 +535,11 @@
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-909">JBPAPP-909</ulink>: Within the Hibernate component of the EAP the HashMap and HashSet iteration order changed from past releases because of support for JDK 1.6. However this has meant that the order of columns in union clauses and union-subclasses has changed, generating a slight impact on the components performance.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-885">JBPAPP-885</ulink>: An issue exists where if <methodname>DefaultRedeliveryDelay</methodname> or <methodname>RedeliveryDelay</methodname> is set to a value apart from zero, messages will not be redelivered even though the method <methodname>session.rollback()</methodname> had been called. This issue will not be fixed because redelivery delay is handled on the server side and the message is already acknowledged before delivery of the message with a non durable subscription. For the Enterprise Application Platform, this means that redelivery delays with non durable subscriptions cannot be supported.
+ </para>
+ </listitem>
</itemizedlist>
</section>
<!--
More information about the jboss-cvs-commits
mailing list