[seam-commits] Seam SVN: r9518 - branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Nov 6 05:28:25 EST 2008
Author: manaRH
Date: 2008-11-06 05:28:25 -0500 (Thu, 06 Nov 2008)
New Revision: 9518
Modified:
branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Migration.xml
Log:
JBPAPP-1168
Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Migration.xml 2008-11-06 07:13:41 UTC (rev 9517)
+++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Migration.xml 2008-11-06 10:28:25 UTC (rev 9518)
@@ -102,6 +102,15 @@
<section>
<title>Migrating <literal>web.xml</literal> and <literal>faces-config.xml</literal> to Seam 2</title>
+
+ <para>
+ First you should migrate
+ <literal>web.xml</literal>
+ and
+ <literal>faces-config.xml</literal>
+ files from DTD to XSD format, if you already haven't done it. It is
+ relevant for Seam users before version 1.2.
+ </para>
<para>
In your Seam 1.2 app you may have specified some Seam specific
@@ -312,6 +321,8 @@
<important>
<para>
+ Migrate all configuration XML file from DTD to XSD format if you use an old Seam
+ DTD configuration formats.
Don't forget to update the XSD's in <literal>pages.xml</literal> and
<literal>components.xml</literal> to point at the ones for Seam 2.
Just change the suffix from <literal>-1.2.xsd</literal> to
@@ -329,6 +340,10 @@
packages.
</para>
+ <para>Also please be sure that you have already migrated your components.xml
+ file from DTD to XSD format.
+ </para>
+
<para>
You'll need to update both your <literal>components.xml</literal>
and any references in Java code.
More information about the seam-commits
mailing list