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 9C8FB18101 for ; Tue, 27 Oct 2015 08:18:28 +0000 (UTC) Received: (qmail 24201 invoked by uid 500); 27 Oct 2015 08:18:28 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 24102 invoked by uid 500); 27 Oct 2015 08:18: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 23516 invoked by uid 99); 27 Oct 2015 08:18:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2015 08:18:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CB4382C1F74 for ; Tue, 27 Oct 2015 08:18:27 +0000 (UTC) Date: Tue, 27 Oct 2015 08:18:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=14975944#comment-14975944 ] ASF GitHub Bot commented on CXF-6621: ------------------------------------- Github user TomasHofman closed the pull request at: https://github.com/apache/cxf/pull/92 > 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)