[seam-commits] Seam SVN: r10207 - branches/enterprise/JBPAPP_4_3_FP01.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 24 10:05:09 EDT 2009
Author: manaRH
Date: 2009-03-24 10:05:09 -0400 (Tue, 24 Mar 2009)
New Revision: 10207
Modified:
branches/enterprise/JBPAPP_4_3_FP01/seam2migration.txt
Log:
update of migration guide due richfaces upgrade
Modified: branches/enterprise/JBPAPP_4_3_FP01/seam2migration.txt
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam2migration.txt 2009-03-24 13:45:14 UTC (rev 10206)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam2migration.txt 2009-03-24 14:05:09 UTC (rev 10207)
@@ -8,7 +8,7 @@
--------------------
Seam 2.0 requires JSF 1.2. We now recommend Sun's JSF RI as the most
mature JSF implementation, and this is the version that ships with most
-EE 5 application servers, including JBoss 4.2. To switch to the JSF RI,
+EE 5 application servers, including JBoss EAP 4.3. To switch to the JSF RI,
you'll need to make some changes to web.xml:
* remove the MyFaces StartupServletContextListener
@@ -163,7 +163,7 @@
to add the tx service to jbpm.cfg.xml:
<service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
-Migration to RichFaces 3.1
+Migration to RichFaces 3.3
--------------------------
If you are using RichFaces or Ajax4jsf, a major reorganisation of the codebase
has occurred. The JARs ajax4jsf.jar and richfaces.jar have been replaced by
@@ -175,7 +175,8 @@
to the data picker from your stylesheet to save on unnecessary bandwidth use.
You should check the RichFaces documentation for more information on parameter
-name changes and namespace changes.
+name changes and namespace changes. See Migration guide at
+http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/migrationguide/en/html_single/index.html
Packaging changes
-----------------
More information about the seam-commits
mailing list