Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3857F18947 for ; Mon, 26 Oct 2015 22:09:41 +0000 (UTC) Received: (qmail 28091 invoked by uid 500); 26 Oct 2015 22:09:28 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 27828 invoked by uid 500); 26 Oct 2015 22:09:28 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 27690 invoked by uid 99); 26 Oct 2015 22:09:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Oct 2015 22:09:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EC5A42C1F5A for ; Mon, 26 Oct 2015 22:09:27 +0000 (UTC) Date: Mon, 26 Oct 2015 22:09:27 +0000 (UTC) From: "Alessio Soldano (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-6621) Schema imports are not handled correctly in generated WSDL and XSD files when using catalog rewrites MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessio Soldano resolved CXF-6621. ---------------------------------- Resolution: Fixed Assignee: Alessio Soldano Fix Version/s: 3.1.4 3.0.7 2.7.18 > Schema imports are not handled correctly in generated WSDL and XSD files when using catalog rewrites > ---------------------------------------------------------------------------------------------------- > > Key: CXF-6621 > URL: https://issues.apache.org/jira/browse/CXF-6621 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Reporter: Tomas Hofman > Assignee: Alessio Soldano > Fix For: 2.7.18, 3.0.7, 3.1.4 > > Attachments: getwsdl_problem.zip > > > *Situation:* > - jax-ws-catalog.xml contains: > {code:xml} > > {code} > - WSDL structure: > {code} > /wsdl/service.wsdl - imports "http://apache.org/xsd/schema.xsd" > /xsd/schema.xsd > {code} > *Problem:* > When accessing "?xsd=http://apache.org/xsd/schema.xsd", import of "d/included.xsd" is not transformed into "?xsd=" form. -- This message was sent by Atlassian JIRA (v6.3.4#6332)