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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 19:28:26 EST 2008


Author: irooskov at redhat.com
Date: 2008-11-03 19:28:26 -0500 (Mon, 03 Nov 2008)
New Revision: 80412

Modified:
   projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.ent
   projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
Log:
updated release notes with new JIRAs and also updated version number in ent


Modified: projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.ent
===================================================================
--- projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.ent	2008-11-03 23:50:43 UTC (rev 80411)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.ent	2008-11-04 00:28:26 UTC (rev 80412)
@@ -1,3 +1,3 @@
 <!ENTITY HOLDER "Red Hat, Inc">
 <!ENTITY YEAR "2008">
-<!ENTITY VERSION "4.3.0_CP02_FP01">
+<!ENTITY VERSION "4.3.0_CP03_FP01">

Modified: projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
===================================================================
--- projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-11-03 23:50:43 UTC (rev 80411)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml	2008-11-04 00:28:26 UTC (rev 80412)
@@ -378,12 +378,12 @@
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1325">JBPAPP-1325</ulink>: The UI example for the <code>&lt;s:graphicImage&gt;</code> element was not shown. This has been corrected by removing <code>rendered="#{person.picture.contentType ne null}"</code> from the <code>&lt;s:graphicImage&gt;</code> element within <filename>graphicImage.xhtml</filename>.
 			</para>
 		</formalpara>
-		<formalpara>
+	<!--	<formalpara>
 			<title>JBPAPP-1324</title>
 			<para>
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1324">JBPAPP-1324</ulink>: The richfaces skin option sakura skin was not avaliable. This skin was renamed to japanCherry however it was still absent from the release, as such it has been added this time.
 			</para>
-		</formalpara>
+		</formalpara> -->
 		<formalpara>
 			<title>JBPAPP-1323</title>
 			<para>
@@ -468,12 +468,6 @@
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1308">JBPAPP-1308</ulink>: The debug log for <classname>SeamPhaseListener</classname> transactions was misleading and confusing in its presentation. The output has now been reformatted for easy reading.
 			</para>
 		</formalpara>
-	<!--	<formalpara>
-			<title>JBPAPP-1306</title>
-			<para>
-				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1306">JBPAPP-1306</ulink>: 
-			</para>
-		</formalpara> -->
 		<formalpara>
 			<title>JBPAPP-1302</title>
 			<para>
@@ -486,6 +480,75 @@
 				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1301">JBPAPP-1301</ulink>: When using an <classname>Empty Collection</classname> in a restriction, <classname>EntityQuerys</classname> would fail. To fix this within the Feature Pack the <filename>Query.java</filename> file has had the <methodname>isRestrictionParameterSet</methodname> method corrected to test the <property>parameterValue</property> with respect to the entire <classname>Collection</classname>.
 			</para>
 		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1300</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1300">JBPAPP-1300</ulink>: If Seam ever encountered a closed Entity Manager or Hibernate Session then it would attempt to change the flush mode and produce an error as a response. In order for Seam not to attempt a change of the flush mode f the Entity Manager or Hibernate Sessions is closed, a check of if the Entity Manager is open has been added to <filename>ManagedPersistenceContext.java</filename> and a check of if a Hibernate Session is open has been added to <filename>ManagedHibernateSessions.java</filename>.
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1299</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1299">JBPAPP-1299</ulink>: An error existed in the examples of Seam where if the <guibutton>back</guibutton> button was used to navigate back to the main page then a <exceptionname>ViewExpiredException</exceptionname> would occur. To avoid this, the exception is now cought and the user is redirected to the home page with a <errortype>Session Expired</errortype> message is displayed. The affected examples were <filename>Spring</filename>, <filename>JPA</filename>, <filename>Nestedbooking</filename>, <filename>Hibernate</filename>, <filename>Icefaces</filename> and <filename>Groovybooking</filename> and the code added to these examples to implement the change is as follows:
+			</para>
+		</formalpara>
+<programlisting>
+&lt;exception class="javax.faces.application.ViewExpiredException"&gt;
+	&lt;redirect view-id="/home.xhtml"&gt;
+		&lt;message severity="warn"&gt;Session expired, please log in again&lt;/message&gt;
+	&lt;/redirect&gt;
+&lt;/exception&gt;	
+</programlisting>
+		<formalpara>
+			<title>JBPAPP-1298</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1298">JBPAPP-1298</ulink>: Within <filename>DecorateRendeererBase.java</filename> the <methodname>doEncodeBegin</methodname> method sets the attributes <property>required</property> and <property>invalid</property>, while the <methodname>doEncodeEnd</methodname> method removes the attributes but would not store or restore existing values. The <filename>DecorateRendeererBase.java</filename> file has been edited adding a method to store the attribute values (<methodname>storeOriginalValues</methodname>) and a method to restore the attribute values (<methodname>restoreOriginalValues</methodname>) when they are present in the event scope.
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1297</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1297">JBPAPP-1297</ulink>: When using the persistent job store for quartz Seam would generate a <exceptionname>NotSerializableException</exceptionname> that was traced to being a fault with the <filename>AsynchronousInvoation.log</filename>. To correct this, the following line has been modified within <filename>Asynchronous.java</filename> from:
+			</para>
+		</formalpara>
+<programlisting>
+private static final LogProvider log = Logging.getLogProvider(Asynchronous.class);
+</programlisting>
+
+		<para>
+			to:
+		</para>
+<programlisting>
+private static transient final LogProvider log = Logging.getLogProvider(Asynchronous.class);
+</programlisting>
+
+		<para>
+			with the <emphasis>transient</emphasis> keyword added.
+		</para>
+		<formalpara>
+			<title>JBPAPP-1296</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1296">JBPAPP-1296</ulink>: The <filename>Filter.java</filename> file was not serializable, leading to a <exceptionname>NotSerializableException</exceptionname>. This FP release corrects this issue by editing the <filename>Filter.java</filename> file so that it impements the serializable paramters. 
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1295</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1295">JBPAPP-1295</ulink>: The password page was accessable to users that were not logged in. To change this the navigation rule for <filename>passowrd.xhtml</filename> was rewritten within <filename>pages.xml</filename> so that if a user who is not logged in attempts to access the password page they will be redirected to the home page.
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1294</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1294">JBPAPP-1294</ulink>: An error was apparent within the <filename>QuartzDispatcher.java</filename> file which would cause a new <emphasis>SimpleTigger</emphasis> to be created with a null <property>startTime</property>, which is a forbidden value for the attribute. This issue has been fixed by modifying the <emphasis>SimpleTrigger</emphasis> creation line within <filename>QuartzDispatcher.java</filename> so that the <property>startTime</property> attribute is now set to <code>new Date()</code>.
+			</para>
+		</formalpara>
+		<formalpara>
+			<title>JBPAPP-1192</title>
+			<para>
+				<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1192">JBPAPP-1192</ulink>: A business process variable <varname>bannersCount</varname> was not resolveable in jPDL (Java Process Definition Language). Om prder to correct this bug, code within <filename>SeamExpressionEvaluator.java</filename> has been reordered and a new test process has been added to <filename>SeamExpressionEvaluatorTest.java</filename> and <filename>SeamExpressionEvaluatorTestController.java</filename> for debugging.
+			</para>
+		</formalpara>
 	</section>
 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
 </article>




More information about the jboss-cvs-commits mailing list