[jboss-cvs] JBossAS SVN: r97003 - projects/docs/enterprise/4.3.7/Release_Notes/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 25 20:43:10 EST 2009


Author: laubai
Date: 2009-11-25 20:43:10 -0500 (Wed, 25 Nov 2009)
New Revision: 97003

Modified:
   projects/docs/enterprise/4.3.7/Release_Notes/en-US/Book_Info.xml
   projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml
   projects/docs/enterprise/4.3.7/Release_Notes/en-US/Revision_History.xml
Log:
Updated pub info for build.

Modified: projects/docs/enterprise/4.3.7/Release_Notes/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Release_Notes/en-US/Book_Info.xml	2009-11-26 01:17:00 UTC (rev 97002)
+++ projects/docs/enterprise/4.3.7/Release_Notes/en-US/Book_Info.xml	2009-11-26 01:43:10 UTC (rev 97003)
@@ -6,7 +6,7 @@
 	<title>Release Notes CP07</title>
 	<subtitle>for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch 7</subtitle>
 	<edition>2.0</edition>
-	<pubsnumber>6</pubsnumber>
+	<pubsnumber>7</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>4.3</productnumber>
 	<abstract>

Modified: projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml	2009-11-26 01:17:00 UTC (rev 97002)
+++ projects/docs/enterprise/4.3.7/Release_Notes/en-US/Release_Notes_CP07.xml	2009-11-26 01:43:10 UTC (rev 97003)
@@ -502,6 +502,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>
@@ -606,8 +611,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 
@@ -624,7 +633,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.3.7/Release_Notes/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Release_Notes/en-US/Revision_History.xml	2009-11-26 01:17:00 UTC (rev 97002)
+++ projects/docs/enterprise/4.3.7/Release_Notes/en-US/Revision_History.xml	2009-11-26 01:43:10 UTC (rev 97003)
@@ -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