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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 1 19:57:02 EST 2009


Author: laubai
Date: 2009-12-01 19:57:02 -0500 (Tue, 01 Dec 2009)
New Revision: 97269

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 changes for JBPAPP-3197.

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-12-02 00:16:39 UTC (rev 97268)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Book_Info.xml	2009-12-02 00:57:02 UTC (rev 97269)
@@ -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>3</pubsnumber>
+	<pubsnumber>5</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-12-02 00:16:39 UTC (rev 97268)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Release_Notes_CP08.xml	2009-12-02 00:57:02 UTC (rev 97269)
@@ -501,11 +501,6 @@
 							<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> 
@@ -975,8 +970,45 @@
 				</itemizedlist>
 			</para>
 		</formalpara>
-
-	</section>
+        <formalpara>
+          <title>Documentation</title>
+          <listitem>
+            <para>
+              <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-2809">JBPAPP-2809</ulink>: The <citetitle>Server Configuration Guide CP08</citetitle> contained in the packaged documentation bundle contains an error. In Section 5.5.1, <emphasis>JNDI Binding Manager</emphasis>, the first code example contains an incorrect line:
+            </para>
+            <programlisting>
+xmlns:jndi="urn:jboss:jndi-binding-service:10"
+            </programlisting>
+            <para>
+              This line should be:
+            </para>
+            <programlisting>
+xmlns:jndi="urn:jboss:jndi-binding-service:1.0"
+            </programlisting>
+            <para>
+              This has been corrected in the online documentation, available from <ulink url="http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/">http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/</ulink>.
+            </para>
+          </listitem>
+          
+        </formalpara>
+        <formalpara>
+          <title>Seam Known Issues</title>
+          <para>
+            <itemizedlist>
+              <listitem>
+                <para>
+                  <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3138">JBPAPP-3138</ulink>: Several BlogTest unit test methods (<methodname>test.BlogTest.testEntry()</methodname> and <methodname>test.BlogTest.testLatest()</methodname>) fail on all platforms. In addition, <methodname>test.BlogTest.testSearch()</methodname> fails on certain platforms. For further information, see the console output in the JIRA.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <ulink url="https://jira.jboss.org/jira/browse/JBPAPP-3176">JBPAPP-3176</ulink>: The <methodname>testMapWrapper</methodname> unit test method in <classname>org.jboss.seam.test.RemotingTest</classname> fails with an <errorname>AssertionError</errorname>.
+                </para>
+              </listitem>
+            </itemizedlist>
+          </para>
+        </formalpara>
+  </section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 
 </article>

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-12-02 00:16:39 UTC (rev 97268)
+++ projects/docs/enterprise/4.2.8/readme/en-US/Revision_History.xml	2009-12-02 00:57:02 UTC (rev 97269)
@@ -7,8 +7,8 @@
 	<simpara>
 		<revhistory>
 			<revision>
-				<revnumber>1.0</revnumber>
-				<date>Thu Nov 26 2009</date>
+				<revnumber>1.1</revnumber>
+				<date>Wed Dec 02 2009</date>
 				<author>
 					<firstname>Laura</firstname>
 					<surname>Bailey</surname>
@@ -16,8 +16,8 @@
 				</author>
 				<revdescription>
 					<simplelist>
-						<member>Added 
-RN for JBPAPP-1832, -3119.</member>
+						<member>JIRA 
+corrections.</member>
 					</simplelist>
 				</revdescription>
 			</revision>




More information about the jboss-cvs-commits mailing list