[seam-commits] Seam SVN: r8597 - trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 5 17:13:46 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-08-05 17:13:46 -0400 (Tue, 05 Aug 2008)
New Revision: 8597
Modified:
trunk/seam21migration.txt
Log:
JBSEAM-3220
Modified: trunk/seam21migration.txt
===================================================================
--- trunk/seam21migration.txt 2008-08-05 21:09:50 UTC (rev 8596)
+++ trunk/seam21migration.txt 2008-08-05 21:13:46 UTC (rev 8597)
@@ -83,3 +83,10 @@
<security:rule-based-permission-resolver security-rules="#{securityRules}"/>
+PDF (iText)
+--------
+
+The documentStore component has been moved from the pdf/itext module into Seam proper. Any
+references to pdf:document-store in components.xml should be replaced with document:document-store.
+Similary, if you are currently referencing org.jboss.seam.pdf.DocumentStoreServlet in your web.xml,
+you should now use org.jboss.seam.document.DocumentStoreServlet.
More information about the seam-commits
mailing list