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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 13 02:03:12 EDT 2008


Author: irooskov at redhat.com
Date: 2008-06-13 02:03:12 -0400 (Fri, 13 Jun 2008)
New Revision: 74515

Modified:
   projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
Log:
began 4.3.2 Release Notes


Modified: projects/docs/enterprise/4.3.2/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-06-13 05:33:04 UTC (rev 74514)
+++ projects/docs/enterprise/4.3.2/readme/en-US/readme.xml	2008-06-13 06:03:12 UTC (rev 74515)
@@ -305,13 +305,19 @@
 			</para>
 		</formalpara>
 		<formalpara>
-			<title>JBoss Web</title>
+			<title>JBoss Web Services</title>
 				<para>
 				<itemizedlist>
 					<listitem>
 						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-849">JBPAPP-849</ulink>: The Web Service Definition Language (WSDL) with an imported custom schema would raise a <code>java.lang.OutOfMemoryError</code> when the schema featured circular dependencies. The issue is now corrected, allowing for circular dependencies under the mentioned conditions. 
 						</para>
 					</listitem>
+					<listitem>
+						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-848">JBPAPP-848</ulink>: The WSSecurityHandlerServer handler required the SOAP Header element even though this should have been optional. In this release, the client now recieves the correct exception that the required <code>wsse:Security</code> tag is missing. 
+						</para>
+					</listitem>
 				</itemizedlist> 
 				</para>
 		</formalpara>
@@ -348,6 +354,30 @@
 				</itemizedlist>
 			</para>
 		</formalpara>
+		<formalpara>
+			<title>Security Issues</title>
+			<para>
+				<itemizedlist>
+					<listitem>
+						<para>
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-861">JBPAPP-861</ulink>: The implementation of the <methodname>equals</methodname> method for the <classname>SRPPrincipal</classname> class could cause a <code>ClassCastException</code> when comparing objects within a collection. This error has now been corrected, allowing objects to be successfully compared in a collection. 
+						</para>
+					</listitem>
+				</itemizedlist>
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-860</title>
+			<para>
+				<ulink url="http://jira.jboss.org/jira/browse/JBPAPP-860">JBPAPP-860</ulink>: The <command>run .sh</command> command would fail on certain versions of <trademark class="registered">Solaris</trademark> because of missing quotation marks around variables in <code>if</code> tests. All necessary quotation marks have now been added so that the <code>if</code> tests do not fail under certain shells. 
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-850</title>
+			<para>
+				<ulink url="http://jira.jboss.org/jira/browse/JBPAPP-850">JBPAPP-850</ulink>: EJB 2.1 proxies would not be updated when the bean for the proxy is undeplyed within a different node, causing the proxies to contain incorrect server references. This issue has been rectified by correcting an error in the <classname>UnifiedInvokerHAProxy</classname> class.
+			</para>
+		</formalpara>
 
 <!-- Beginning of Core EAP issues -->
 




More information about the jboss-cvs-commits mailing list