[[CXF-7019]]also fix the ws-transfer systests
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/39a5690d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/39a5690d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/39a5690d Branch: refs/heads/master-jaxrs-2.1 Commit: 39a5690d7d50d8481739c290f49128be4d55f8ad Parents: 9bcde74 Author: Freeman Fang <[email protected]> Authored: Wed Aug 24 16:33:54 2016 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Aug 24 16:33:54 2016 +0800 ---------------------------------------------------------------------- .../test/resources/META-INF/jax-ws-catalog.xml | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/39a5690d/systests/ws-transfer/src/test/resources/META-INF/jax-ws-catalog.xml ---------------------------------------------------------------------- diff --git a/systests/ws-transfer/src/test/resources/META-INF/jax-ws-catalog.xml b/systests/ws-transfer/src/test/resources/META-INF/jax-ws-catalog.xml new file mode 100644 index 0000000..bdfa1c8 --- /dev/null +++ b/systests/ws-transfer/src/test/resources/META-INF/jax-ws-catalog.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"> + <rewriteSystem systemIdStartString="http://www.w3.org/2006/03/addressing" rewritePrefix="classpath:/schemas/wsdl"/> + <rewriteSystem systemIdStartString="http://www.w3.org/2005/08/addressing" rewritePrefix="classpath:/schemas/wsdl"/> +</catalog>
