[jboss-cvs] JBossAS SVN: r81989 - in projects/docs/enterprise/4.3.3.1: readme/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 19:12:34 EST 2008


Author: irooskov at redhat.com
Date: 2008-12-02 19:12:33 -0500 (Tue, 02 Dec 2008)
New Revision: 81989

Added:
   projects/docs/enterprise/4.3.3.1/Hibernate/
Modified:
   projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
Log:
updated and added Hibernate folder


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-12-02 22:26:15 UTC (rev 81988)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-12-03 00:12:33 UTC (rev 81989)
@@ -361,6 +361,18 @@
 			</para>
 		</important>
 		<formalpara>
+			<title>JBPAPP-1444</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1444">JBPAPP-1444</ulink>: AJAX request handling has been impoved in Seam. An error was present where when saving edits by clicking the <guibutton>Save</guibutton> button directly after editing a page in the <literal>Seam-gen</literal> gererated application, a <filename>Faces</filename> error message would display saying <errortext>The conversation ended, timed out or was processing another request</errortext>. In order to improve how Seam handles an AJAX request, a timeout feature has been implemented along with an AJAX error message given and the Seam Reference Guide Conversations chapter updated. For the user this means that if an AJAX request is sent to Seam in the circumstance noted, the request will be aborted and the appropriate AJAX error sent to the user. 
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1442</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1442">JBPAPP-1442</ulink>: A <exceptionname>NullPointerException</exceptionname> would occur when the <property>s:graphicalImage</property> property was given an Expression Language (EL) value that incorporated a null value. The <filename>GraphicImageResource.java</filename> file has been updated so that the occurances of where the property <property>image</property> is null and the property <property>image.getImage()</property> is null are tested before executing.  
+			</para>
+		</formalpara>
+		<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. 




More information about the jboss-cvs-commits mailing list