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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 30 03:00:27 EST 2009


Author: laubai
Date: 2009-11-30 03:00:26 -0500 (Mon, 30 Nov 2009)
New Revision: 97154

Modified:
   projects/docs/enterprise/4.2.8/readme/en-US/Book_Info.xml
   projects/docs/enterprise/4.2.8/readme/en-US/Release_Notes_CP08.xml
   projects/docs/enterprise/4.2.8/readme/en-US/Revision_History.xml
Log:
Added note for JBPAPP-3099.

Modified: projects/docs/enterprise/4.2.8/readme/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/4.2.8/readme/en-US/Book_Info.xml	2009-11-30 07:49:50 UTC (rev 97153)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Book_Info.xml	2009-11-30 08:00:26 UTC (rev 97154)
@@ -6,7 +6,7 @@
 	<title>Release Notes CP08</title>
 	<subtitle>for Use with JBoss Enterprise Application Platform 4.2 Cumulative Patch 8</subtitle>
 	<edition>1.0</edition>
-	<pubsnumber>2</pubsnumber>
+	<pubsnumber>3</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>4.2</productnumber>
 	<abstract>

Modified: projects/docs/enterprise/4.2.8/readme/en-US/Release_Notes_CP08.xml
===================================================================
--- projects/docs/enterprise/4.2.8/readme/en-US/Release_Notes_CP08.xml	2009-11-30 07:49:50 UTC (rev 97153)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Release_Notes_CP08.xml	2009-11-30 08:00:26 UTC (rev 97154)
@@ -420,7 +420,7 @@
               <itemizedlist>
                 <listitem>
                   <para>
-                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2872">JBPAPP-2872</ulink>: Twiddle logged all command line arguments, including the JMX password, to <filename>twiddle.log</filename>, which has public read permissions, and is created in the current working directory. The password is now masked in the log, removing the risk to security. (This issue is related to CVE-2009-3554.)
+                    <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2872">JBPAPP-2872</ulink>: Twiddle logged all command line arguments, including the JMX password, to <filename>twiddle.log</filename>, which has public read permissions, and is created in the current working directory. The password is now masked in the log, removing the risk to security. This issue has been assigned CVE-2009-3554.
                   </para>
                 </listitem>
                 <listitem>
@@ -435,6 +435,17 @@
 			<title>JBoss Application Server</title>
 			<para>
 				<itemizedlist>
+                    <!--<listitem>
+                      <para>
+                        <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3103">JBPAPP-3103</ulink>: #MODIFY
+                      </para>
+                    </listitem>-->
+                    <!-- #MODIFY - required? not broken in previous version
+                    <listitem>
+                      <para>
+                        <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3099">JBPAPP-3099</ulink>: During startup, JBoss Application Server printed repetitive messages to the log, which could negatively affect performance. The line causing the excessive logging has been removed.
+                      </para>
+                    </listitem>-->
 					<listitem>
 						<para>
                           <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2905">JBPAPP-2905</ulink>: The <varname>ScanPeriod</varname> in the <literal>production</literal> configuration is set to sixty seconds. If the deployment scanner thread was sleeping when shutdown was initiated, shutdown waited for the length of the deployment scanner's sleep time. The deployment scanner thread is now stopped when shutdown is initiated, and the wait no longer occurs.
@@ -501,6 +512,11 @@
 							<ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2967">JBPAPP-2967</ulink>: A shared value binding returned a <literal>null</literal> value when under load, which caused a <exceptionname>javax.el.PropertyNotFoundException</exceptionname>. The value binding is no longer shared and the issue no longer presents.
 						</para>
 					</listitem>
+                    <listitem>
+                        <para>
+                            <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-1832">JBPAPP-1832</ulink>: Stateful session beans were not being removed from the session when a temporary conversation ended. Attempts to use the bean in subsequent conversations would throw a  <exceptionname>NoSuchEJBException</exceptionname> when the bean timed out. A line has been added to <filename>ServerConversationContext.java</filename> to ensure that stateful session beans are removed at the end of a temporary conversation, and the exception no longer presents.
+                        </para>
+                    </listitem>
 				</itemizedlist>
 			</para>
 		</formalpara> 
@@ -581,8 +597,12 @@
 				<itemizedlist>
                     <listitem>
                       <para>
-                        <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3119">JBPAPP-3119</ulink>: If the <varname>java.net.preferIPv4Stack</varname> or <varname>java.net.preferIPv6Stack</varname> property is not specified, JGroups prints a warning and exception similar to the following:
+                        <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3117">JBPAPP-3117</ulink>: If an incorrect <varname>mcast_addr</varname> value is set, users are pointed to an outdated URL for information about cross talking. If you experience problems with <varname>mcast_addr</varname> and cross talking, the updated URL for further information is <ulink url="https://www.jboss.org/community/docs/DOC-9469">https://www.jboss.org/community/docs/DOC-9469</ulink>.
                       </para>
+                      <!-- ORIGINAL TEXT FOR JBPAPP-3119
+                      </para>
+                        If the <varname>java.net.preferIPv4Stack</varname> or <varname>java.net.preferIPv6Stack</varname> property is not specified, JGroups prints a warning and exception similar to the following:
+                      </para>
                       <screen>
 [JBoss] 05:57:35,544 WARN [UDP] could not bind to /234.1.78.86 
   (IPv4 address); make sure your mcast_addr is of the same type 
@@ -599,7 +619,7 @@
                         To work around this issue, be sure to specify your preferred IP stack (either <literal>IPv4</literal> or <literal>IPv6</literal>) at startup with one of the following switches:
                       </para>
                       <programlisting>-Djava.net.preferIPv4Stack</programlisting>
-                      <programlisting>-Djava.net.preferIPv6Stack</programlisting>
+                      <programlisting>-Djava.net.preferIPv6Stack</programlisting>-->
                     </listitem>
 					<listitem>
 						<para>

Modified: projects/docs/enterprise/4.2.8/readme/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/4.2.8/readme/en-US/Revision_History.xml	2009-11-30 07:49:50 UTC (rev 97153)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Revision_History.xml	2009-11-30 08:00:26 UTC (rev 97154)
@@ -8,7 +8,7 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0</revnumber>
-				<date>Wed Nov 25 2009</date>
+				<date>Thu Nov 26 2009</date>
 				<author>
 					<firstname>Laura</firstname>
 					<surname>Bailey</surname>
@@ -16,7 +16,8 @@
 				</author>
 				<revdescription>
 					<simplelist>
-						<member>Initial draft.</member>
+						<member>Added 
+RN for JBPAPP-1832, -3119.</member>
 					</simplelist>
 				</revdescription>
 			</revision>




More information about the jboss-cvs-commits mailing list