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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 21:06:04 EST 2009


Author: irooskov at redhat.com
Date: 2009-02-10 21:06:04 -0500 (Tue, 10 Feb 2009)
New Revision: 84082

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 01:39:56 UTC (rev 84081)
+++ projects/docs/enterprise/4.3.4.1/readme/en-US/Release_Notes_CP04_FP01.xml	2009-02-11 02:06:04 UTC (rev 84082)
@@ -99,49 +99,54 @@
 		<itemizedlist>
 			<listitem>
 				<para>
-					<filename>jboss-cache</filename>: Updated from 1.4.1.SP9 to 1.4.1.SP10
+					<filename>RichFaces</filename>: Updated from to 3.3.0.GA
 				</para>
 			</listitem>
-			<listitem>
+		<!--	<listitem>
 				<para>
+					<filename>jboss-cache</filename>: Updated from 1.4.1.SP9 to 1.4.1.SP10
+				</para>
+			</listitem> -->
+		<!--	<listitem>
+				<para>
 					<filename>jboss-system</filename>: Updated from 4.3.0.GA_CP02 to 4.3.0.GA_CP03
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
 					<filename>jboss-jmx</filename>: Updated from 4.3.0.GA_CP02 to 4.3.0.GA_CP03 
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
-					<filename>jsf-api</filename>: Updated from 1.2_08 to 1.2_09
+					<filename>jsf-api</filename>: Updated from 1.2_09 to 1.2_10
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
 					<filename>jsf-impl</filename>: Updated from 1.2_08 to 1.2_09
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
 					<filename>hibernate3</filename>: Updated from 3.2.4.SP1_CP04 to 3.2.4.SP1_CP06
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem> 
 				<para>
 					<filename>hibernate-search</filename>: Updated from 3.0.1.GA to 3.0.1.GA_CP01
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
 					<filename>jgroups</filename>: Updated from 2.4.2.GA_CP01 to 2.4.4.GA
 				</para>
-			</listitem>
-			<listitem>
+			</listitem> -->
+		<!--	<listitem>
 				<para>
 					<filename>jboss-embedded</filename>: Updated from beta3.SP2 to beta3.SP4
 				</para>
-			</listitem>
+			</listitem> -->
 		</itemizedlist>
 	</section>
 </section>
@@ -477,7 +482,7 @@
 				</para>
 			</formalpara>
 		</section>
-	</section>
+	</section> 
 	<section id="Documentation">
 		<title>
 			Documentation
@@ -508,11 +513,45 @@
 				Seam 2.0.2.FP which is included within this Feature Pack now deploys to the EAP production server configuration instead of the default configuration since the EAP executes using the production configuration unless instructed otherwise by the user.
 			</para>
 		</important>
-		<formalpara>
-			<title>JBPAPP-1466</title>
-			<para>
-				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1466">JBPAPP-</ulink>: 
-			</para>
+		<itemizedlist>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1669">JBPAPP-1669</ulink>: The <methodname>createClass()</methodname> method within the <classname>ProxyFactory</classname> class would cause a <errorname>LinkageError</errorname> because of a duplicate class definition. The issue arose because the method could be executed from numerious places within the code and duplicate copies would run at once. Another issue presented itself while correcting this issue where by <classname>ProxyFactory</classname> uses the same proxy naming as <literal>javassist</literal> in the <methodname>make()</methodname> method and thus the same class name could be generated at the same time for both. In order to correct this race condition the <filename>ProxyFactory.java</filename> file has been updated to include numerious new methods which concern creating classes and making them avaliable at the correct times without duplication.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1562">JBPAPP-1562</ulink>: The previous release included two templates that failed to operate as expected because of a typo. In this updated release the typo has been corrected and the templates works as expected.
+				</para>
+			</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-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>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1468">JBPAPP-1468</ulink>: When the first element in an array that is passed to the <classname>ProxyFactory</classname> class is the EJB interface, the <classname>ProxyFactory</classname> retrives the <classname>EAR ClassLoader</classname>, however this ClassLoader was not compatible with Seam. In order to rectify this issue the <filename>Component.java</filename> file has been updated to use a <literal>LinkedHashSet</literal> for creating the interface class instead of a <literal>HashSet</literal> in the <methodname>createProxyFactory</methodname> method and then the <classname>Instance</classname> and <classname>Proxy</classname> classes are added to the interfaces directly following the creation.
+				</para>
+			</listitem>
+			<listitem>
+				<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>
+					<listitem>
+						<para>
+							
+						</para>
+					</listitem>
+				</itemizedlist> -->
+			</listitem>
+		</itemizedlist>
 	</section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 </article>




More information about the jboss-cvs-commits mailing list