[jbossws-commits] JBossWS SVN: r14228 - spi/trunk/src/main/resources/schema.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue May 3 10:13:09 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-05-03 10:13:08 -0400 (Tue, 03 May 2011)
New Revision: 14228

Modified:
   spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd
Log:
[JBWS-3282] Reference javaee 6 schema instead of 5 one


Modified: spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd
===================================================================
--- spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd	2011-05-03 14:01:23 UTC (rev 14227)
+++ spi/trunk/src/main/resources/schema/jbossws-jaxws-config_4_0.xsd	2011-05-03 14:13:08 UTC (rev 14228)
@@ -13,12 +13,12 @@
       <xsd:documentation>
          <![CDATA[
             This is the schema definition for JBossWS JAXWS configurations.
-            It relies on the handler definitions that are part of the standard J2EE-1.5 deployment descriptors.
+            It relies on the handler definitions that are part of the standard JavaEE 6 deployment descriptors.
          ]]>
       </xsd:documentation>
    </xsd:annotation>
 
-   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="javaee_web_services_1_2.xsd"/>
+   <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_6.xsd"/>
 
    <xsd:element name="jaxws-config" type="tns:jaxwsConfigType"/>
    <xsd:complexType name="jaxwsConfigType">



More information about the jbossws-commits mailing list