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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 19 03:22:48 EDT 2009


Author: laubai
Date: 2009-10-19 03:22:47 -0400 (Mon, 19 Oct 2009)
New Revision: 95092

Modified:
   projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
Log:
Added JBM JIRAs #1745 and #1746.

Modified: projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml
===================================================================
--- projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-19 06:23:52 UTC (rev 95091)
+++ projects/docs/enterprise/5.0/Release_Notes_GA/en-US/Release_Notes.xml	2009-10-19 07:22:47 UTC (rev 95092)
@@ -949,9 +949,6 @@
                   </para>
                </listitem>
 
-
-
-
 <!--               <listitem>
                   <para>
                      <ulink url="">JBPAPP- </ulink>:
@@ -960,6 +957,25 @@
 				</itemizedlist>
 			</para>
 		</formalpara>
+        <formalpara>
+            <title>JBoss Messaging Known Issues</title>
+            <para>
+              <itemizedlist>
+                <listitem>
+                  <para>
+                     <ulink url="https://jira.jboss.org/jira/browse/JBMESSAGING-1745">JBPAPP-1745</ulink>: When JBoss Transactions is upgraded from version 4.4.0 to version 4.6.1, the JBoss Messaging <literal>XAResourceRecoveryTest</literal> fails. The test is meant to simulate a failure during the commit process to prompt the Recovery Manager to recover the transaction, but with JBoss Transactions 4.6.1, the transaction is not recovered. The workaround for this failure is to manually start the Recovery Manager with the following code:
+                  </para>
+                  <programlisting>
+                    recoveryManager = RecoveryManager.manager(RecoveryManager.INDIRECT_MANAGEMENT); 
+                  </programlisting>
+               </listitem>
+               <listitem>
+                  <para>
+                     <ulink url="https://jira.jboss.org/jira/browse/JBMESSAGING-1746">JBPAPP-1746</ulink>: When JGroups is upgraded to version 2.6.13, the JBoss Messaging <literal>LargeClusterTest</literal> fails. The test attempts to start seven nodes on one machine before testing, but some nodes fail to start. The test passes if the number of nodes is reduced.
+                  </para>
+               </listitem>
+          </itemizedlist>
+        </para>       
 	</section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 




More information about the jboss-cvs-commits mailing list