[jboss-cvs] JBossAS SVN: r75362 - 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
Thu Jul 3 20:04:35 EDT 2008


Author: irooskov at redhat.com
Date: 2008-07-03 20:04:35 -0400 (Thu, 03 Jul 2008)
New Revision: 75362

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 versions 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-03 23:54:28 UTC (rev 75361)
+++ projects/docs/enterprise/4.2.4/readme/en-US/readme.xml	2008-07-04 00:04:35 UTC (rev 75362)
@@ -311,6 +311,11 @@
 			</listitem>
 			<listitem>
 				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-844">JBPAPP-844</ulink>: The MSSQL data source example was incompatible with SQL Server 2005. To fix this compatability issue, the <code>driver-class</code> has been updated from <code>com.microsoft.jdbc.sqlserver.SQLServerDriver</code> to <code>com.microsoft.sqlserver.jdbc.SQLServerDriver</code> and the default port for the <code>connection-url</code> has been changed from 1433 to 3918. With these changes the example now functions correctly under SQL Server 2005.
+				</para>
+			</listitem>
+			<listitem>
+				<para>
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-857">JBPAPP-857</ulink>: The .rar file <filename>mail-ra.rar</filename> used within the application server to recieve email from using the JavaMail API, was missing from the distribution. This missing file has now been re-included. 
 				</para>
 			</listitem>
@@ -344,6 +349,11 @@
 					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-729">JBPAPP-729</ulink>: A wrong character set was being used for the decoding of URL parameters after a servlet redirect had occurred. Now fixed within this CP, URLs are decoded correctly after servelt redirects. 
 				</para>
 			</listitem>
+			<listitem>
+				<para>
+					<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-295">JBPAPP-295</ulink>: The replicated Stateful Session Bean (SFSB) required optimization for use with Buddy Replication. After extensive testing and fixes, the optimization required is now included within this CP release. 
+				</para>
+			</listitem>
 			
 <!-- EXAMPLE
 			<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-03 23:54:28 UTC (rev 75361)
+++ projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-07-04 00:04:35 UTC (rev 75362)
@@ -463,7 +463,13 @@
 			</para>
 		</formalpara>
 		<formalpara>
+			<title>JBPAPP-844</title>
 			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-844">JBPAPP-844</ulink>: The MSSQL data source example was incompatible with SQL Server 2005. To fix this compatability issue, the <code>driver-class</code> has been updated from <code>com.microsoft.jdbc.sqlserver.SQLServerDriver</code> to <code>com.microsoft.sqlserver.jdbc.SQLServerDriver</code> and the default port for the <code>connection-url</code> has been changed from 1433 to 3918. With these changes the example now functions correctly under SQL Server 2005.
+			</para>
+		</formalpara>
+		<formalpara>
+			<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>
 		</formalpara>
@@ -497,6 +503,12 @@
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-529">JBPAPP-529</ulink>: JavaServer Pages (JSP) source code was exposed within the jmx-console when an error page was encountered. This issue is addressed by checking if the class is using an existing Bean from the requested scope or if it has instantiated a new one. If the one from the request scope is null the user is redirected to the displayMbeans page.
 			</para>
 		</formalpara>
+		<formalpara>
+			<title>JBPAPP-295</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-295">JBPAPP-295</ulink>: The replicated Stateful Session Bean (SFSB) required optimization for use with Buddy Replication. After extensive testing and fixes, the optimization required is now included within this CP release. 
+			</para>
+		</formalpara>
 
 <!-- Beginning of Core EAP issues -->
 




More information about the jboss-cvs-commits mailing list