Author: chris.laprun(a)jboss.com
Date: 2011-11-25 11:47:21 -0500 (Fri, 25 Nov 2011)
New Revision: 8148
Modified:
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp-2.0-types.xsd
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp_v1_types.xsd
Log:
- GTNWSRP-259: removing schemaLocation from WSRP types XSD doesn't seem to be causing
adverse issues and would work without having to add a jax-ws-catalog.xml file in all
situations.
Modified:
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp-2.0-types.xsd
===================================================================
---
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp-2.0-types.xsd 2011-11-25
16:29:52 UTC (rev 8147)
+++
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp-2.0-types.xsd 2011-11-25
16:47:21 UTC (rev 8148)
@@ -33,7 +33,8 @@
<!-- This file reflects v2.0 of the specification -->
- <import
namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+ <!--<import
namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>-->
+ <import
namespace="http://www.w3.org/XML/1998/namespace"/>
<!-- - - - - - - - - - - - - - - - - -->
<!-- General types used throughout -->
Modified:
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp_v1_types.xsd
===================================================================
---
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp_v1_types.xsd 2011-11-25
16:29:52 UTC (rev 8147)
+++
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/wsdl/wsrp_v1_types.xsd 2011-11-25
16:47:21 UTC (rev 8148)
@@ -32,7 +32,8 @@
<!-- This file reflects v1.0 of the specification -->
- <import
namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
+ <!--<import
namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>-->
+ <import
namespace="http://www.w3.org/XML/1998/namespace"/>
<!-- - - - - - - - - - - - - - - - - -->
<!-- General types used throughout -->