[CXF-7019]tests in rt/ws/transfer intermittently failure
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/9bcde744 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/9bcde744 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/9bcde744 Branch: refs/heads/master-jaxrs-2.1 Commit: 9bcde744c2ad59a67c278d155f2ba22e35bacb7d Parents: adcd2c6 Author: Freeman Fang <[email protected]> Authored: Wed Aug 24 14:56:20 2016 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Aug 24 14:56:20 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/9bcde744/rt/ws/transfer/src/test/resources/META-INF/jax-ws-catalog.xml ---------------------------------------------------------------------- diff --git a/rt/ws/transfer/src/test/resources/META-INF/jax-ws-catalog.xml b/rt/ws/transfer/src/test/resources/META-INF/jax-ws-catalog.xml new file mode 100644 index 0000000..bdfa1c8 --- /dev/null +++ b/rt/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>
