[seam-commits] Seam SVN: r15621 - branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/main/resources-cluster/META-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 21 08:34:25 EDT 2013


Author: manaRH
Date: 2013-10-21 08:34:25 -0400 (Mon, 21 Oct 2013)
New Revision: 15621

Modified:
   branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/main/resources-cluster/META-INF/jboss-ejb3.xml
Log:
https://issues.jboss.org/browse/WFK2-238 fixed wrong jboss-ejb3.xml schema and version

Modified: branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/main/resources-cluster/META-INF/jboss-ejb3.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/main/resources-cluster/META-INF/jboss-ejb3.xml	2013-10-21 12:17:24 UTC (rev 15620)
+++ branches/enterprise/WFK-2_1/examples/booking/booking-ejb/src/main/resources-cluster/META-INF/jboss-ejb3.xml	2013-10-21 12:34:25 UTC (rev 15621)
@@ -3,10 +3,10 @@
     xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd
-                        http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
+                        http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
     xmlns:jee="http://java.sun.com/xml/ns/javaee"
     xmlns:c="urn:clustering:1.0"
-    version="3.0"
+    version="3.1"
     impl-version="2.0">
  
     <jee:assembly-descriptor>



More information about the seam-commits mailing list