[jboss-cvs] JBossAS SVN: r65979 - branches/Branch_4_2/build/docs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 9 13:24:32 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-09 13:24:32 -0400 (Tue, 09 Oct 2007)
New Revision: 65979

Modified:
   branches/Branch_4_2/build/docs/readme.html
Log:
JBAS-4695, release notes for 4.2.2.GA, add info for jbossws upgrade.

Modified: branches/Branch_4_2/build/docs/readme.html
===================================================================
--- branches/Branch_4_2/build/docs/readme.html	2007-10-09 16:20:20 UTC (rev 65978)
+++ branches/Branch_4_2/build/docs/readme.html	2007-10-09 17:24:32 UTC (rev 65979)
@@ -1,7 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head><!-- $Id: readme.html,v 1.1.2.36 2006/05/13 15:42:36 dimitris Exp $ -->
-<meta content="text/html" http-equiv="content-type"><meta content="JBoss Inc." name="author"><title>JBoss
-4.2.2.GA Readme</title></head>
+<meta content="text/html" http-equiv="content-type"><meta content="JBoss Inc." name="author"><title>JBoss 4.2.2.GA Readme</title></head>
 <body><a href="http://www.jboss.com"><img src="http://www.jboss.org/themes/jbosstheme/img/logo.gif" alt="JBoss Inc."></a><h1>JBoss AS 4.2.2.GA
 Release Notes</h1>
 <p>This is the second bug fixing release of the <a href="http://labs.jboss.org/jbossas/">JBoss Application
@@ -103,7 +102,7 @@
 scoped deployment.</li>
 </ul><h3>Minor feature additions in 4.2.2.GA</h3><ul><li>The
 most promiment feature addition is full support for JAX-WS by upgrading
-to JBoss WS 2.x. See the release notes <a href="http://labs.jboss.org/file-access/default/members/jbossws/downloads/ReleaseNotes-2.0.1.GA.txt">here</a>.</li><li>A
+to JBoss WS 2.x. See the release notes <a href="http://labs.jboss.org/file-access/default/members/jbossws/downloads/ReleaseNotes-2.0.1.GA.txt">here</a>. You may also find useful information in the&nbsp;<a href="http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start">Quick Start</a> or the <a href="http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide">JAX-WS User Guide</a>.</li><li>A
 new tomcat filter for flushing the jboss authentication cache upon
 session expiration, <a href="http://jira.jboss.com/jira/browse/JBAS-4752">JBAS-4752</a>.</li></ul><h3>Minor
 feature additions in 4.2.1.GA<br>
@@ -120,7 +119,9 @@
 the individual&nbsp;<a href="readme.html#Libraries">JBoss
 and Thirdparty libraries</a> updated with this release. Some
 related issues that you should be aware of are listed below:<br>
-<h3>JBossAS 4.2.2.GA</h3><ul><li>EJB Timer
+<h3>JBossAS 4.2.2.GA</h3><ul><li>JBossWS 1.2.1 supported JAX-WS only as
+a technology preview while JBossWS&nbsp;2.0.1 used in AS 4.2.2 provides
+full JAX-WS support. If you have used in your code the&nbsp;annotation <span style="font-family: monospace;">org.jboss.ws.annotation.WebContext</span>&nbsp;this must&nbsp;be&nbsp;replaced by <span style="font-family: monospace;">org.jboss.wsf.spi.annotation.WebContext.</span></li><li>EJB Timer
 related fixes, <a href="http://jira.jboss.com/jira/browse/JBAS-3379">JBAS-3379</a>,
 <a href="http://jira.jboss.com/jira/browse/JBAS-4053">JBAS-4053</a>.</li><li>JBossMQ
 related fixes, JBAS-4525, JBAS-4555, JBAS-4559, JBAS-4607, JBAS-4625,
@@ -128,7 +129,11 @@
 source code by default, <a href="http://jira.jboss.com/jira/browse/JBAS-4605">JBAS-4605</a>.</li><li>The
 mail-ra.rar resource adapter was missing from the distro, <a href="http://jira.jboss.com/jira/browse/JBAS-4659">JBAS-4659</a>.</li><li>HSQLDB
 (which shouldn't be used in production) v1.8.0.8 has a known bug when
-used in server mode, <a href="http://jira.jboss.com/jira/browse/JBAS-4694">JBAS-4694</a>.</li><li>Serialization of HomeHandleImplIIOP has changed. In the unlikely case of a compatibility problem, define the system property -Dorg.jboss.proxy.ejb.old.homehandle.serialization=true to fall back to the legacy serialization mode, <a href="http://jira.jboss.com/jira/browse/JBAS-4801">JBAS-4801</a>. </li></ul><h3>JBossAS
+used in server mode, <a href="http://jira.jboss.com/jira/browse/JBAS-4694">JBAS-4694</a>. This doesn't affect the default jboss installation where HSQLDB is used in in-process mode.</li><li>Serialization
+of HomeHandleImplIIOP has changed. In the unlikely case of a
+compatibility problem, define the system property
+-Dorg.jboss.proxy.ejb.old.homehandle.serialization=true to fall back to
+the legacy serialization mode, <a href="http://jira.jboss.com/jira/browse/JBAS-4801">JBAS-4801</a>. </li></ul><h3>JBossAS
 4.2.1.GA
 </h3><ul><li>JBoss TS, the new default transaction
 manager will not let




More information about the jboss-cvs-commits mailing list