[seam-commits] Seam SVN: r15184 - in branches/community/Seam_2_3/examples/dvdstore: dvdstore-web/src/main/webapp/WEB-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 2 11:20:45 EDT 2012


Author: maschmid
Date: 2012-10-02 11:20:45 -0400 (Tue, 02 Oct 2012)
New Revision: 15184

Modified:
   branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/main/webapp/WEB-INF/components.xml
   branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/components.xml
Log:
dvdstore example fix transaction namespace


Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/main/webapp/WEB-INF/components.xml	2012-10-02 14:57:05 UTC (rev 15183)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-tests/src/main/webapp/WEB-INF/components.xml	2012-10-02 15:20:45 UTC (rev 15184)
@@ -9,7 +9,7 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
                 "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd
-                http://jboss.org/schema/seam/framework http://jboss.org/schema/seam/transaction-2.3.xsd 
+                 http://jboss.org/schema/seam/transaction http://jboss.org/schema/seam/transaction-2.3.xsd 
                  http://jboss.org/schema/seam/bpm http://jboss.org/schema/seam/bpm-2.3.xsd 
                  http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd 
                  http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd

Modified: branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/components.xml	2012-10-02 14:57:05 UTC (rev 15183)
+++ branches/community/Seam_2_3/examples/dvdstore/dvdstore-web/src/main/webapp/WEB-INF/components.xml	2012-10-02 15:20:45 UTC (rev 15184)
@@ -9,7 +9,7 @@
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
                 "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd
-                http://jboss.org/schema/seam/framework http://jboss.org/schema/seam/transaction-2.3.xsd 
+                 http://jboss.org/schema/seam/transaction http://jboss.org/schema/seam/transaction-2.3.xsd 
                  http://jboss.org/schema/seam/bpm http://jboss.org/schema/seam/bpm-2.3.xsd 
                  http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd 
                  http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd



More information about the seam-commits mailing list