Author: heiko.braun(a)jboss.com
Date: 2007-05-23 08:06:16 -0400 (Wed, 23 May 2007)
New Revision: 3215
Added:
branches/jbossws-2.0/jbossws-core/src/resources/schema/swaref.xsd
Modified:
branches/jbossws-2.0/jbossws-core/src/java/org/jboss/ws/core/utils/JBossWSEntityResolver.java
Log:
Fix JBWS-1660
Modified:
branches/jbossws-2.0/jbossws-core/src/java/org/jboss/ws/core/utils/JBossWSEntityResolver.java
===================================================================
---
branches/jbossws-2.0/jbossws-core/src/java/org/jboss/ws/core/utils/JBossWSEntityResolver.java 2007-05-23
12:04:14 UTC (rev 3214)
+++
branches/jbossws-2.0/jbossws-core/src/java/org/jboss/ws/core/utils/JBossWSEntityResolver.java 2007-05-23
12:06:16 UTC (rev 3215)
@@ -56,6 +56,7 @@
registerEntity("http://www.ibm.com/webservices/xsd/j2ee_web_services...;,
"j2ee_web_services_client_1_1.xsd");
registerEntity("http://www.ibm.com/webservices/xsd/j2ee_web_services...;,
"j2ee_web_services_1_1.xsd");
registerEntity("http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mappi...;,
"j2ee_jaxrpc_mapping_1_1.xsd");
+
registerEntity("http://ws-i.org/profiles/basic/1.1/swaref.xsd",
"schema/swaref.xsd");
}
public InputSource resolveEntity(String publicId, String systemId) throws
SAXException, IOException
Added: branches/jbossws-2.0/jbossws-core/src/resources/schema/swaref.xsd
===================================================================
--- branches/jbossws-2.0/jbossws-core/src/resources/schema/swaref.xsd
(rev 0)
+++ branches/jbossws-2.0/jbossws-core/src/resources/schema/swaref.xsd 2007-05-23 12:06:16
UTC (rev 3215)
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2002-2004 by The Web Services-Interoperability Organization (WS-I) and
+ Certain of its Members. All Rights Reserved.
+
+ Notice
+ The material contained herein is not a license, either expressly or impliedly, to any
+ intellectual property owned or controlled by any of the authors or developers of this
+ material or WS-I. The material contained herein is provided on an "AS IS"
basis and to
+ the maximum extent permitted by applicable law, this material is provided AS IS AND
WITH
+ ALL FAULTS, and the authors and developers of this material and WS-I hereby disclaim
all
+ other warranties and conditions, either express, implied or statutory, including, but
not
+ limited to, any (if any) implied warranties, duties or conditions of merchantability,
+ of fitness for a particular purpose, of accuracy or completeness of responses, of
results,
+ of workmanlike effort, of lack of viruses, and of lack of negligence. ALSO, THERE IS NO
+ WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO
+ DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THIS MATERIAL.
+
+ IN NO EVENT WILL ANY AUTHOR OR DEVELOPER OF THIS MATERIAL OR WS-I BE LIABLE TO ANY
OTHER
+ PARTY FOR THE COST OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF
USE,
+ LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR SPECIAL DAMAGES
+ WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY WAY OUT OF THIS OR
+ ANY OTHER AGREEMENT RELATING TO THIS MATERIAL, WHETHER OR NOT SUCH PARTY HAD ADVANCE
+ NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
+
+ WS-I License Information
+ Use of this WS-I Material is governed by the WS-I Test License and other licenses.
Information on these
+ licenses are contained in the README.txt and ReleaseNotes.txt files. By downloading
this file, you agree
+ to the terms of these licenses.
+
+ How To Provide Feedback
+ The Web Services-Interoperability Organization (WS-I) would like to receive input,
+ suggestions and other feedback ("Feedback") on this work from a wide variety
of
+ industry participants to improve its quality over time.
+
+ By sending email, or otherwise communicating with WS-I, you (on behalf of yourself if
+ you are an individual, and your company if you are providing Feedback on behalf of the
+ company) will be deemed to have granted to WS-I, the members of WS-I, and other parties
+ that have access to your Feedback, a non-exclusive, non-transferable, worldwide,
perpetual,
+ irrevocable, royalty-free license to use, disclose, copy, license, modify, sublicense
or
+ otherwise distribute and exploit in any manner whatsoever the Feedback you provide
regarding
+ the work. You acknowledge that you have no expectation of confidentiality with respect
to
+ any Feedback you provide. You represent and warrant that you have rights to provide
this
+ Feedback, and if you are providing Feedback on behalf of a company, you represent and
warrant
+ that you have the rights to provide Feedback on behalf of your company. You also
acknowledge
+ that WS-I is not required to review, discuss, use, consider or in any way incorporate
your
+ Feedback into future versions of its work. If WS-I does incorporate some or all of your
+ Feedback in a future version of the work, it may, but is not obligated to include your
name
+ (or, if you are identified as acting on behalf of your company, the name of your
company) on
+ a list of contributors to the work. If the foregoing is not acceptable to you and any
company
+ on whose behalf you are acting, please do not provide any Feedback.
+
+ Feedback on this document should be directed to wsi-test-comments(a)ws-i.org.
+-->
+<xsd:schema
targetNamespace="http://ws-i.org/profiles/basic/1.1/xsd"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <xsd:simpleType name="swaRef">
+ <xsd:restriction base="xsd:anyURI"/>
+ </xsd:simpleType>
+</xsd:schema>
\ No newline at end of file
Property changes on: branches/jbossws-2.0/jbossws-core/src/resources/schema/swaref.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF