[jboss-cvs] JBossAS SVN: r64614 - branches/Branch_4_2/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:47:12 EDT 2007
Author: bdecoste
Date: 2007-08-15 18:47:12 -0400 (Wed, 15 Aug 2007)
New Revision: 64614
Modified:
branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
[EJBTHREE-997] use 3.0 schema, not 2.1
Modified: branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-15 22:35:41 UTC (rev 64613)
+++ branches/Branch_4_2/ejb3/src/resources/test/security/META-INF/ejb-jar.xml 2007-08-15 22:47:12 UTC (rev 64614)
@@ -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