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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 11 22:06:06 EST 2009


Author: irooskov at redhat.com
Date: 2009-02-11 22:06:06 -0500 (Wed, 11 Feb 2009)
New Revision: 84105

Modified:
   projects/docs/enterprise/4.3.4.1/readme/en-US/Release_Notes_CP04_FP01.xml
Log:
updated release notes with new JIRA


Modified: projects/docs/enterprise/4.3.4.1/readme/en-US/Release_Notes_CP04_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.4.1/readme/en-US/Release_Notes_CP04_FP01.xml	2009-02-11 21:23:00 UTC (rev 84104)
+++ projects/docs/enterprise/4.3.4.1/readme/en-US/Release_Notes_CP04_FP01.xml	2009-02-12 03:06:06 UTC (rev 84105)
@@ -99,7 +99,7 @@
 		<itemizedlist>
 			<listitem>
 				<para>
-					<filename>RichFaces</filename>: Updated from to 3.3.0.GA
+					<filename>RichFaces</filename>: Updated from 3.1.6 to 3.3.0.GA
 				</para>
 			</listitem>
 		<!--	<listitem>
@@ -526,11 +526,26 @@
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1553">JBPAPP-1553</ulink>: When the <methodname>parseRequest()</methodname> method of the <classname>org.jboss.seam.web.MultipartRequest</classname> class uploaded a large file, there were occurrences when this would cause an endless loop and use 100% of the computers CPU. In order to break out of the loop, a <varname>loopCounter</varname> has been implemented within the <filename>MultipartRequest.java</filename> file. 
+				</para>
+				<note>
+					<para>
+						This fix was included in the Enterprise Application Platform version 4.3.0.CP03 and is included again here since the Feature Pack distribution includes an updated version of the Seam component that also required this correction.
+					</para>
+				</note>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1516">JBPAPP-1516</ulink>: The default directory for <filename>jbossas</filename> was incorrect within the <filename>build.xml</filename> file due to a typo. This update corrects the typo ensuring the correct <filename>jbossas</filename> location is used.
 				</para>
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1476">JBPAPP-1476</ulink>: The <code>&lt;script&gt;</code> tag was not allowed in the <literal>seam pageflow xsd</literal>, generating a validation error if it was used. The <filename>pageflow-2.1.xsd</filename> file has been modified with the adition of <code>&lt;xs:element ref="script"/&gt;</code> which now allows for the tag to be used within the <literal>seam pageflow xsd</literal>.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1469">JBPAPP-1469</ulink>: The included HQL query editor did not work for new <literal>Seam-web</literal> projects and would generate a <exceptionname>QuerySyntaxException</exceptionname>. Creating tables would work as expected, however when performing a query on one of these tables the error would occur. In correcting this the <filename>SeamgenerateEntitiesWizard.java</filename> file has been modified to include a new <methodname>performFinish()</methodname> method which calls the <methodname>config.reset()</methodname> method if the console configuration has been updated.
 				</para>
 			</listitem>
@@ -543,13 +558,23 @@
 				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1447">JBPAPP-1447</ulink>: The RichFaces component of the Enterprise Application Platform Feature Pack has been upgraded to version 3.3.0.GA. A list of the included fixes is as follows:
 				</para>
-		<!--		<itemizedlist>
+				<itemizedlist>
 					<listitem>
 						<para>
-							
+							When a user was utilizing the Internet Explorer tool to display a page which contained a <code>rich:panelMenu</code> component, the browser would undergo performance issues. The bug was found to be within the javascript of the component and has been fixed for this update.
 						</para>
 					</listitem>
-				</itemizedlist> -->
+					<listitem>
+						<para>
+							The <varname>componentControl</varname> renderer would only work when it was included at the end of a component. In order to correct this the <varname>componentControl</varname> renderer has been recoded for this release and now works as expected.
+						</para>
+					</listitem>
+					<listitem>
+						<para>
+							The <methodname>dropDownMenu</methodname> component did not contain the ability to disable it prior to this upgrade. The menu component is now able to be disabled when applicable. 
+						</para>
+					</listitem>
+				</itemizedlist>
 			</listitem>
 		</itemizedlist>
 	</section>




More information about the jboss-cvs-commits mailing list