[jboss-cvs] JBossAS SVN: r92588 - projects/docs/enterprise/5.0/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 19 20:11:53 EDT 2009


Author: irooskov at redhat.com
Date: 2009-08-19 20:11:53 -0400 (Wed, 19 Aug 2009)
New Revision: 92588

Modified:
   projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
Log:
added known issues for GA


Modified: projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-19 22:07:38 UTC (rev 92587)
+++ projects/docs/enterprise/5.0/Release_Notes/en-US/Release_Notes.xml	2009-08-20 00:11:53 UTC (rev 92588)
@@ -732,7 +732,7 @@
 			</para>
 		</formalpara>
 	</section> -->
-<!--	<section id="Known_Issues_with_this_release">
+	<section id="Known_Issues_with_this_release">
 		<title>
 			Known Issues with this release
 		</title>
@@ -745,12 +745,25 @@
 				<itemizedlist>
 					<listitem>
 						<para>
+							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2577">JBPAPP-2577</ulink>: An issue exists with the DB2 v9.7 driver when using a <emphasis>native</emphasis> ID generator with Hibernate. The generator uses <emphasis>identity</emphasis> and the <methodname>Statement.getGeneratedKeys()</methodname> method in DB2 and returns a <emphasis>resultset</emphasis>, however the DB2 driver would still return an empty set. In this case Hibernate states that <errortext>The database returned no natively generated identity value</errortext>.
+						</para>
+						<para>
+							The current workaround for this is to use the DB2 v9.1 driver instead of the DB2 v9.7 driver. This issue is scheduled to be fixed in the next release.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2576">JBPAPP-2576</ulink>: The MySQL JDBC driver does not currently implement XA Recovery correctly.
+						</para>
+					</listitem>
+				<!--	<listitem>
+						<para>
 							<ulink url="https://jira.jboss.org/jira/browse/JBAS-6966">JBAS-6966</ulink>: The IBM distribution of JDK 6 does not support the <classname>SSLv2Hello</classname> protocol and generates a <errorname>ERROR [AbstractKernelController]</errorname> when used. It is recommended to currently not use this protocol.
 						</para>
-					</listitem>
+					</listitem> -->
 				</itemizedlist>
 			</para>
-		</formalpara> -->
+		</formalpara>
 	<!--	<formalpara>
 			<title>Hibernate Known Issues</title>
 			<para>




More information about the jboss-cvs-commits mailing list