[seam-commits] Seam SVN: r9671 - trunk/examples/quartz/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Nov 27 01:46:07 EST 2008


Author: dan.j.allen
Date: 2008-11-27 01:46:07 -0500 (Thu, 27 Nov 2008)
New Revision: 9671

Modified:
   trunk/examples/quartz/resources/WEB-INF/components.xml
Log:
JBSEAM-3756 - fix missing xmlns


Modified: trunk/examples/quartz/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/quartz/resources/WEB-INF/components.xml	2008-11-27 06:39:58 UTC (rev 9670)
+++ trunk/examples/quartz/resources/WEB-INF/components.xml	2008-11-27 06:46:07 UTC (rev 9671)
@@ -1,4 +1,6 @@
-<components xmlns:pay="http://jboss.com/products/seam/examples/quartz"
+<?xml version="1.0" encoding="UTF-8"?>
+<components xmlns="http://jboss.com/products/seam/components"
+            xmlns:pay="http://jboss.com/products/seam/examples/quartz"
             xmlns:core="http://jboss.com/products/seam/core"
             xmlns:async="http://jboss.com/products/seam/async"
             xmlns:framework="http://jboss.com/products/seam/framework"
@@ -8,7 +10,8 @@
                 "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
                  http://jboss.com/products/seam/async http://jboss.com/products/seam/async-2.1.xsd
                  http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.1.xsd
-                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd">
+                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd
+                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
 
     <pay:payment-home name="paymentHome" 
                       new-instance="#{newPayment}" 




More information about the seam-commits mailing list