[jboss-cvs] JBossAS SVN: r75416 - in projects/docs/enterprise: 4.3/Transactions/Programmers_Guide and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Jul 6 19:31:17 EDT 2008
Author: irooskov at redhat.com
Date: 2008-07-06 19:31:17 -0400 (Sun, 06 Jul 2008)
New Revision: 75416
Modified:
projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
projects/docs/enterprise/4.3/Transactions/Programmers_Guide/Makefile
Log:
EAP 4.2.4 Release Notes updated with 3 new JIRAs that were pre-placed in 4.3.2 Release Notes and now confimed to be fixed. 4.3 Transaction Programmers Guide Makefile is also updated for correct JBoss building
Modified: projects/docs/enterprise/4.2.4/readme/en-US/readme.xml
===================================================================
--- projects/docs/enterprise/4.2.4/readme/en-US/readme.xml 2008-07-06 23:17:19 UTC (rev 75415)
+++ projects/docs/enterprise/4.2.4/readme/en-US/readme.xml 2008-07-06 23:31:17 UTC (rev 75416)
@@ -275,6 +275,11 @@
<itemizedlist>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-936">JBPAPP-936</ulink>: The <methodname>AnnotationBinder.mustBeSkipped</methodname> method had an incorrect hardcoded String-Reference to the <classname>org.hibernate.tool.instrument.javassist.FieldHandler</classname> class. This error has meant that the <emphasis>junitinstrument</emphasis> test was not running correctly. This issue has been fixed, with the correct package location of the class being referenced with the class name <classname>org.hibernate.bytecode.javassist.FieldHandler</classname> and the <emphasis>junitinstrument</emphasis> test now runs successfully.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-926">JBPAPP-926</ulink>: A section in the Server Configuration Guide called <emphasis>Existing Entity Commands</emphasis> specified the wrong packages for some classes. This updated version of the Server Configuration Guide included with this CP, contains the correct package information for the classes affected.
</para>
</listitem>
@@ -290,6 +295,16 @@
</listitem>
<listitem>
<para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-895">JBPAPP-895</ulink>: The Java Messaging Service (JMS) connections needed to be consistently closed in reference to the J2EE Connector Architecture (JCA). These connections are now always closed to restrict exceptions.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBPAPP-891">JBPAPP-891</ulink>: The monitoring tool <emphasis>Twiddle</emphasis> did not print out <code>invoke</code> results, even with the absense of a property editor for the returned object. Corrected within this CP release, <emphasis>Twiddle</emphasis> now calls the <methodname>toString()</methodname> method on returned objects when there is no property editor found.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-877">JBPAPP-877</ulink>: JBoss Serialization version 1.0.3GA would encounter <code>ClassCastExceptions</code> when being used. This update corrects this issue so that serialization functions correctly.
</para>
</listitem>
Modified: projects/docs/enterprise/4.3/Transactions/Programmers_Guide/Makefile
===================================================================
--- projects/docs/enterprise/4.3/Transactions/Programmers_Guide/Makefile 2008-07-06 23:17:19 UTC (rev 75415)
+++ projects/docs/enterprise/4.3/Transactions/Programmers_Guide/Makefile 2008-07-06 23:31:17 UTC (rev 75416)
@@ -10,7 +10,7 @@
# defaults to RHEL
PRODUCT = JBoss_Enterprise_Application_Platform
-#BRAND = JBoss
+BRAND = JBoss
OTHER_LANGS = de-DE es-ES fr-FR ja-JP pt-BR zh-CN
TRANSLATIONS = $(XML_LANG) $(OTHER_LANGS)
More information about the jboss-cvs-commits
mailing list