[jboss-cvs] JBossAS SVN: r80363 - 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 00:34:09 EST 2008
Author: irooskov at redhat.com
Date: 2008-11-03 00:34:08 -0500 (Mon, 03 Nov 2008)
New Revision: 80363
Modified:
projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml
Log:
updated release notes with new JIRAs
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 04:13:59 UTC (rev 80362)
+++ projects/docs/enterprise/4.3.3.1/readme/en-US/Release_Notes_CP03_FP01.xml 2008-11-03 05:34:08 UTC (rev 80363)
@@ -361,11 +361,131 @@
</para>
</important>
<formalpara>
- <title>JBPAPP-</title>
+ <title>JBPAPP-1327</title>
<para>
- <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1113">JBPAPP-</ulink>: The Seam chatroom example would throw <exceptionname>javax.naming.NameNotFoundException</exceptionname> after a connection attempt. The JNDI names have been updated in order to rectify this issue.
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1327">JBPAPP-1327</ulink>: While running the chatroom example a message could be sent and display the user as <emphasis>null></emphasis> even if a connection did not exist. This update to the CP makes sure that this eventuality does not occur by continually make sure the <code>connectedFlag</code> within <filename>chatroom.js</filename> is set correctly within the relevant methods and that this is tested for.
</para>
</formalpara>
+ <formalpara>
+ <title>JBPAPP-1326</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1326">JBPAPP-1326</ulink>: When launching the remoting helloworld example and selecting cancel the process is still run with a <code>null</code> string instead of terminating. A line of code that checks if the value of name is null and if it is, the process is returned to the beginning before execution has been added to <filename>helloworld.xhtml</filename>.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1325</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1325">JBPAPP-1325</ulink>: The UI example for the <code><s:graphicImage></code> element was not shown. This has been corrected by removing <code>rendered="#{person.picture.contentType ne null}"</code> from the <code><s:graphicImage></code> element within <filename>graphicImage.xhtml</filename>.
+ </para>
+ </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>
+ <title>JBPAPP-1323</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1323">JBPAPP-1323</ulink>: The urlBase attribute on <code><m:message></code> would never have been used becasue of the way in which the code was written. The method <methodname>encodeBegin</methodname> within <filename>UIMessage.java</filename> has been re-written so that urlBase is able to be used.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1322</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1322">JBPAPP-1322</ulink>: The <code>s:span</code> tag would not support the title attribute. The <filename>template.xhtml</filename>, <filename>span.xml</filename> and <filename>SpanRendererBase.java</filename> have been updated to support a title attribute within the <code>s:span</code> tag.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1321</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1321">JBPAPP-1321</ulink>: The Remoting component would not escape dots in action component names, leading to generated JavaScript that would not run. JavaScript namespaces has been implemented by adding an if statement within the <filename>InterfaceGenerator.java</filename> file that calls the new <methodname>Seam.Remoting.createNamespace</methodname> function within <filename>remote.js</filename> if an action component has dots in its name.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1320</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1320">JBPAPP-1320</ulink>: In the examples, if <filename>HotelSearchingAction.java</filename> was made into a cluster, the <code>List.subList</code> would not have been serializable. To allow for the subList to be serializable, it has been wrapped in an ArrayList.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1319</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1319">JBPAPP-1319</ulink>: A <exceptionname>NotEntityException</exceptionname> would occur on occassion when utilizing the <classname>HibernatePersistanceProvider</classname>. In order to rectify this, the <exceptionname>TransientObjectException</exceptionname> is cought.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1317</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1317">JBPAPP-1317</ulink>: The Seam Reference Guide included documentation on <code>log</code> and <code>logLevel</code> attributes, however these are not implemented within the code. The relevant section about these attributes has been removed from the documentation.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1316</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1316">JBPAPP-1316</ulink>: When a PNG image was resized by the use of the <code><s:transformImage></code> tag, the transparency was removed as an effect. The <filename>Image.java</filename> file has been modified to add an <firstterm>AlphaComposite</firstterm> to all PNG images.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1315</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1315">JBPAPP-1315</ulink>: The Seam debug page would not be displyed properly within <filename>.page.xml</filename> pages. To inable the proper exceptions to be read, the <filename>debug.xhtml</filename> file has been modified so that <code>Caused by #{exception.class.name} with message: "#{exception.message}"</code> has been changed to <code>Caused by #{exception.class.name} with message: "#{exception.getMessage()}"</code>, enabling the corect exceptions to be readable.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1313</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1313">JBPAPP-1313</ulink>: When using the <code>s:selectitems</code> tag with the <property>noSelectionLabel</property> property for <filename>java.util.Map</filename>, the application crashes. To fix this issue, the <classname>FacesContext</classname> constructor within the <filename>ConverterChain.java</filename> file has been rewritten to allow for the class type to be used.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1311</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1311">JBPAPP-1311</ulink>: Seams generated <classname>List</classname> classes were not type safe. Correctly this, both <filename>EntityList.java</filename> and <filename>EntityList.java.ftl</filename> files have been updated so that the line of code <code>public class ${entityName}List extends EntityQuery</code> is changed to <code>public class ${entityName}List extends EntityQuery<${entityName}></code>.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1310</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1310">JBPAPP-1310</ulink>: An issue existed within <filename>seam-gen</filename> where the possibility of a one-to-one mapping was not acknowledged. To fix this both many-to-one and on-to-one mapping was added.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1309</title>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1309">JBPAPP-1309</ulink>: A paragraph has been added to the Configuration seciton of the Seam Reference Guide which explains that for a browser <guibutton>Back</guibutton> button to work correctly, the following context parameter needs to be included:
+ </para>
+ </formalpara>
+<programlisting>
+<context-param>
+ <param-name>com.sun.faces.serializeServerState</param-name>
+ <param-value>true</param-value>
+</context-param>
+</programlisting>
+ <formalpara>
+ <title>JBPAPP-1308</title>
+ <para>
+ <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>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1302">JBPAPP-1302</ulink>: The <methodname>getGetterMethod</methodname> method would not find methods that began with the word <emphasis>is</emphasis>. To fix this, the <filename>Query.java</filename> and <filename>Reflections.java</filename> files have been updated to incorporate the testing for get methods that begin with <emphasis>is</emphasis>.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>JBPAPP-1301</title>
+ <para>
+ <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>
</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