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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 7 18:17:23 EDT 2008


Author: irooskov at redhat.com
Date: 2008-07-07 18:17:23 -0400 (Mon, 07 Jul 2008)
New Revision: 75455

Modified:
   projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
   projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
Log:
updated EAP release notes for both releases with new JIRAs


Modified: projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.2.4/readme/en-US/readme.xml	2008-07-07 20:26:32 UTC (rev 75454)
+++ projects/docs/enterprise/4.2.4/readme/en-US/readme.xml	2008-07-07 22:17:23 UTC (rev 75455)
@@ -275,6 +275,16 @@
 		<itemizedlist>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-961">JBPAPP-961</ulink>: JBoss Web has been upgraded to version 2.0.0.GA CP06. 
+				</para>
+			</listitem>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-938">JBPAPP-938</ulink>: An unchanged parent entity would incorrectly have its version value incremented when part of a one to many relationship. This error has been rectified with this latest CP release by correcting an issue in the <filename>CollectionType.java</filename> file and adding the a new method called <methodname>testNoExtraUpdatesOnPersistentMergeVersionedWithCollection()</methodname> to <filename>MergeTest.java</filename>. 
+				</para>
+					</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-936">JBPAPP-936</ulink>:  The <methodname>AnnotationBinder.mustBeSkipped</methodname> method had an incorrect hardcoded String-Reference to the <classname>org.hibernate.tool.instrument.javassist.FieldHandler</classname> class. This error has meant that the <emphasis>junitinstrument</emphasis> test was not running correctly. This issue has been fixed, with the correct package location of the class being referenced with the class name <classname>org.hibernate.bytecode.javassist.FieldHandler</classname> and the <emphasis>junitinstrument</emphasis> test now runs successfully. 
 				</para>
 			</listitem>
@@ -336,6 +346,11 @@
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-813">JBPAPP-813</ulink>: The Messaging client included a bug that would make it hang forever, creating a <code>ClusteredConnectionFactory</code> failover; steaming from a socket hang. This issue has now been rectified in this latest EAP release, creating a more stable Messaging component.  
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-805">JBPAPP-805</ulink>: There was a missing java file from the first security example within the server configuration guide, inhibiting the example to be run successfully. The missing <filename>EchoSecurityProxy.java</filename> file has now been restored, enabling the example to be run correctly.
 				</para>
 			</listitem>
@@ -356,6 +371,11 @@
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-746">JBPAPP-746</ulink>: There was a bug within the JavaServer Pages (JSP) compiler affecting Tomcat where the body of the doTag() method was empty. This meant that no html would be emitted. This fix for this Tomcat related issue has been included within this CP release. 
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-735">JBPAPP-735</ulink>: The JBoss Remoting component of the EAP has been upgraded to version 2.2.2.SP8. This upgrade includes numerious bug fixes. 
 				</para>
 			</listitem>

Modified: projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-07-07 20:26:32 UTC (rev 75454)
+++ projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-07-07 22:17:23 UTC (rev 75455)
@@ -356,11 +356,16 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-936">JBPAPP-936</ulink>:  The <methodname>AnnotationBinder.mustBeSkipped</methodname> method had an incorrect hardcoded String-Reference to the <classname>org.hibernate.tool.instrument.javassist.FieldHandler</classname> class. This error has meant that the <emphasis>junitinstrument</emphasis> test was not running correctly. This issue has been fixed, with the correct package location of the class being referenced with the class name <classname>org.hibernate.bytecode.javassist.FieldHandler</classname> and the <emphasis>junitinstrument</emphasis> test now runs successfully. 
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-938">JBPAPP-938</ulink>: An unchanged parent entity would incorrectly have its version value incremented when part of a one to many relationship. This error has been rectified with this latest CP release by correcting an issue in the <filename>CollectionType.java</filename> file and adding the a new method called <methodname>testNoExtraUpdatesOnPersistentMergeVersionedWithCollection()</methodname> to <filename>MergeTest.java</filename>. 
 						</para>
 					</listitem>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-936">JBPAPP-936</ulink>: The <methodname>AnnotationBinder.mustBeSkipped</methodname> method had an incorrect hardcoded String-Reference to the <classname>org.hibernate.tool.instrument.javassist.FieldHandler</classname> class. This error has meant that the <emphasis>junitinstrument</emphasis> test was not running correctly. This issue has been fixed, with the correct package location of the class being referenced with the class name <classname>org.hibernate.bytecode.javassist.FieldHandler</classname> and the <emphasis>junitinstrument</emphasis> test now runs successfully.  
+						</para>
+					</listitem>
+					<listitem>
+						<para>
 							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-899">JBPAPP-899</ulink>: There was an error within the entity manager where the methods <methodname>getSingleResult()</methodname> and <methodname>fetch()</methodname> would return a <code>NonUniqueResultException</code> because elements were now unique. This issue has been corrected with this CP release. 
 						</para>
 					</listitem>
@@ -401,6 +406,12 @@
 			</para>
 		</formalpara>
 		<formalpara>
+			<title>JBPAPP-961</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-961">JBPAPP-961</ulink>: JBoss Web has been upgraded to version 2.0.0.GA CP06. 
+			</para>
+		</formalpara>
+		<formalpara>
 			<title>JBPAPP-926</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-926">JBPAPP-926</ulink>: A section in the Server Configuration Guide called <emphasis>Existing Entity Commands</emphasis> specified the wrong packages for some classes. This updated version of the Server Configuration Guide included with this CP, contains the correct package information for the classes affected. 




More information about the jboss-cvs-commits mailing list