Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 52769 invoked from network); 1 Apr 2011 18:08:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 18:08:45 -0000 Received: (qmail 27952 invoked by uid 500); 1 Apr 2011 18:08:45 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 27935 invoked by uid 500); 1 Apr 2011 18:08:45 -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 27926 invoked by uid 99); 1 Apr 2011 18:08:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 18:08:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 18:08:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B5D0A8EB4A for ; Fri, 1 Apr 2011 18:08:05 +0000 (UTC) Date: Fri, 1 Apr 2011 18:08:05 +0000 (UTC) From: "Aki Yoshida (JIRA)" To: issues@cxf.apache.org Message-ID: <88317541.29187.1301681285741.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CXF-3435) catalog.cat files are pointing to wrong xsd schemas MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org catalog.cat files are pointing to wrong xsd schemas --------------------------------------------------- Key: CXF-3435 URL: https://issues.apache.org/jira/browse/CXF-3435 Project: CXF Issue Type: Bug Components: WS-* Components Affects Versions: 2.4 Reporter: Aki Yoshida Priority: Trivial Fix For: 2.4 This problem is trivial and occurs only in the current trunk. In 2.3.x, the local versions of various ws xsd schemas were available at /common/schemas/src/main/resources/schemas/wsdl/. In trunk, the location of the schemas seems to have moved to /api/src/main/resources/schemas/wsdl/. However, the catalog.cat files for rt/ws/rm and rt/ws/addr have not been updated with this new location. Consequently, the local schema retrieval is not working and the ws/rm build tries to fetch the external public schema at http://schemas.xmlsoap.org/ws/2004/08/addressing for the addressing schema. Just updating the catalog.cat files will solve this problem. I'm attaching the patch. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira