[jboss-cvs] JBossAS SVN: r86040 - projects/metadata/trunk/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 18 06:19:40 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-03-18 06:19:40 -0400 (Wed, 18 Mar 2009)
New Revision: 86040

Modified:
   projects/metadata/trunk/src/main/resources/schema/jboss_5_0.xsd
   projects/metadata/trunk/src/main/resources/schema/jboss_5_1.xsd
Log:
JBMETA-185

Modified: projects/metadata/trunk/src/main/resources/schema/jboss_5_0.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss_5_0.xsd	2009-03-18 10:08:37 UTC (rev 86039)
+++ projects/metadata/trunk/src/main/resources/schema/jboss_5_0.xsd	2009-03-18 10:19:40 UTC (rev 86040)
@@ -29,19 +29,19 @@
       <xsd:documentation>
          <![CDATA[
 
-	This is the XML Schema for the JBoss 5.0 deployment descriptor.
+	This is the XML Schema for the JBoss 5.0 EJB 3.x deployment descriptor.
 	The deployment descriptor must be named "META-INF/jboss.xml" in
 	the EJB's jar file.  All EJB deployment descriptors must indicate
 	the JBoss schema by using the Java EE namespace:
 
-	http://www.jboss.org/j2ee/schema
+	http://www.jboss.com/xml/ns/javaee
 
 	and by indicating the version of the schema by
-	using the version element as shown below:
+	using the version attribute as shown below:
 
 	    <jboss xmlns="http://www.jboss.com/xml/ns/javaee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-             xsi:schemaLocation="http://www.jboss.org/j2ee/schema
+             xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
                             http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
              version="5.0">
 	       ...
@@ -67,9 +67,8 @@
          consistency with the Servlet API. </xsd:documentation>
    </xsd:annotation>
 
-   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="ejb-jar_3_0.xsd"/>
+   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"/> 
 
-
    <!-- **************************************************** -->
 
    <xsd:element name="jboss" type="jboss:jbossType">

Modified: projects/metadata/trunk/src/main/resources/schema/jboss_5_1.xsd
===================================================================
--- projects/metadata/trunk/src/main/resources/schema/jboss_5_1.xsd	2009-03-18 10:08:37 UTC (rev 86039)
+++ projects/metadata/trunk/src/main/resources/schema/jboss_5_1.xsd	2009-03-18 10:19:40 UTC (rev 86040)
@@ -26,19 +26,19 @@
       <xsd:documentation>
          <![CDATA[
 
-	This is the XML Schema for the JBoss 5.0 deployment descriptor.
+	This is the XML Schema for the JBoss 5.0 EJB3.x deployment descriptor.
 	The deployment descriptor must be named "META-INF/jboss.xml" in
 	the EJB's jar file.  All EJB deployment descriptors must indicate
 	the JBoss schema by using the Java EE namespace:
 
-	http://www.jboss.org/j2ee/schema
+	http://www.jboss.com/xml/ns/javaee
 
 	and by indicating the version of the schema by
-	using the version element as shown below:
+	using the version attribute as shown below:
 
 	    <jboss xmlns="http://www.jboss.com/xml/ns/javaee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-             xsi:schemaLocation="http://www.jboss.org/j2ee/schema
+             xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
                             http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
              version="5.0">
 	       ...
@@ -64,7 +64,7 @@
          consistency with the Servlet API. </xsd:documentation>
    </xsd:annotation>
 
-   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="ejb-jar_3_0.xsd"/>
+   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"/> 
    <xsd:include schemaLocation="jboss-common_5_1.xsd"/>
 
 




More information about the jboss-cvs-commits mailing list