Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 35283 invoked from network); 12 Aug 2010 00:49:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Aug 2010 00:49:14 -0000 Received: (qmail 95223 invoked by uid 500); 12 Aug 2010 00:49:14 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 95191 invoked by uid 500); 12 Aug 2010 00:49:13 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 95183 invoked by uid 99); 12 Aug 2010 00:49:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 00:49:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Aug 2010 00:49:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7C0mncp019406 for ; Thu, 12 Aug 2010 00:48:49 GMT Message-ID: <15266387.5591281574129107.JavaMail.jira@thor> Date: Wed, 11 Aug 2010 20:48:49 -0400 (EDT) From: "Freeman Fang (JIRA)" To: dev@servicemix.apache.org Subject: [jira] Resolved: (SM-1970) Schema location is incorrect for servicemix-quartz-2010.01.0-fuse-02-00.xsd in servicemix-quartz archetype In-Reply-To: <32490033.5521281568427287.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/SM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved SM-1970. ------------------------------ Resolution: Working as Designed Hi, Actually we always ship local xsd files in component jar, so http://servicemix.apache.org/schema/servicemix-quartz-2010.01.0-fuse-02-00.xsd redirect(through spring.shcemas) to local xsd files inside servicemix-quartz-2010.01.0-fuse-02-00.jar, it doesn't matter if url http://servicemix.apache.org/schema/servicemix-quartz-2010.01.0-fuse-02-00.xsd really exist or not. If you extract servicemix-quartz-2010.01.0-fuse-02-00.jar, you will see a file META-INF/spring.schemas, and in this file, you can find http\://servicemix.apache.org/schema/servicemix-quartz-2010.01.0-fuse-02-00.xsd=servicemix-quartz.xsd Also there's a local servicemix-quartz.xsd inside servicemix-quartz-2010.01.0-fuse-02-00.jar, so it will always find the local xsd files. Freeman > Schema location is incorrect for servicemix-quartz-2010.01.0-fuse-02-00.xsd in servicemix-quartz archetype > ---------------------------------------------------------------------------------------------------------- > > Key: SM-1970 > URL: https://issues.apache.org/activemq/browse/SM-1970 > Project: ServiceMix > Issue Type: Bug > Components: archetypes > Affects Versions: archetypes-2010.01 > Reporter: Geert Schuring > Assignee: Freeman Fang > > after project generation using the archetype, the xbean.xml contains: > [...] > xsi:schemaLocation=" > http://servicemix.apache.org/quartz/1.0 http://servicemix.apache.org/schema/servicemix-quartz-2010.01.0-fuse-02-00.xsd > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> > [...] > The URL http://servicemix.apache.org/schema/servicemix-quartz-2010.01.0-fuse-02-00.xsd is unresolveable, and results in the XML editor claiming validation errors. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.