[jboss-cvs] JBossAS SVN: r64612 - branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 15 18:28:54 EDT 2007


Author: bdecoste
Date: 2007-08-15 18:28:54 -0400 (Wed, 15 Aug 2007)
New Revision: 64612

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
[EJBTHREE-997] use 3.0 schema, not 2.1

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-08-15 20:10:03 UTC (rev 64611)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-08-15 22:28:54 UTC (rev 64612)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" version="2.1"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://example.org/ns/dd resources/test/dd/ejb-jar_2_1.xsd">
+<ejb-jar
+        xmlns="http://java.sun.com/xml/ns/javaee"
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
+                            http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
+        version="3.0">
    <display-name>SecurityTests</display-name>
    <enterprise-beans>
       <session>




More information about the jboss-cvs-commits mailing list