[jboss-cvs] JBossAS SVN: r81183 - projects/docs/enterprise/4.3.3.1/readme/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 17 18:16:59 EST 2008


Author: irooskov at redhat.com
Date: 2008-11-17 18:16:58 -0500 (Mon, 17 Nov 2008)
New Revision: 81183

Modified:
   projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
Log:
upadted release notes with 1411


Modified: projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-11-17 21:35:43 UTC (rev 81182)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-11-17 23:16:58 UTC (rev 81183)
@@ -361,6 +361,12 @@
 			</para>
 		</important>
 		<formalpara>
+			<title>JBPAPP-1411</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1411">JBPAPP-1411</ulink>: The conversation switcher housed within <filename>Switcher.java</filename> did not work correctly with natural conversations, interpreting them as views. In order to ammend this, the method <methodname>select()</methodname> within <filename>Switcher.java</filename> has been modified so that the value of <property>isOutcome</property> correctly includes the index of the <property>conversationIdOrOutcome</property>. With this corrected, the conversation switcher now works correctly. 
+			</para>
+		</formalpara>
+		<formalpara>
 			<title>JBPAPP-1327</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1327">JBPAPP-1327</ulink>: While running the chatroom example a message could be sent and display the user as <emphasis>null&gt;</emphasis> even if a connection did not exist. This update to the CP makes sure that this eventuality does not occur by continually make sure the <code>connectedFlag</code> within <filename>chatroom.js</filename> is set correctly within the relevant methods and that this is tested for. 
@@ -543,12 +549,12 @@
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1294">JBPAPP-1294</ulink>: An error was apparent within the <filename>QuartzDispatcher.java</filename> file which would cause a new <emphasis>SimpleTigger</emphasis> to be created with a null <property>startTime</property>, which is a forbidden value for the attribute. This issue has been fixed by modifying the <emphasis>SimpleTrigger</emphasis> creation line within <filename>QuartzDispatcher.java</filename> so that the <property>startTime</property> attribute is now set to <code>new Date()</code>.
 			</para>
 		</formalpara>
-		<formalpara>
+	<!--	<formalpara>
 			<title>JBPAPP-1293</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1293">JBPAPP-1293</ulink>: There was an unnecessary cast to <code>MockServletContext</code> within the <methodname>setupClass</methodname> method in the file <filename>AbstractSeamTest.java</filename>. This cast prevented subclassing and has been removed in this latest FP release. 
 			</para>
-		</formalpara>
+		</formalpara> -->
 		<formalpara>
 			<title>JBPAPP-1192</title>
 			<para>




More information about the jboss-cvs-commits mailing list