Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 76941 invoked from network); 16 Nov 2007 16:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 16:08:12 -0000 Received: (qmail 24168 invoked by uid 500); 16 Nov 2007 16:07:59 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 24138 invoked by uid 500); 16 Nov 2007 16:07:59 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 24067 invoked by uid 99); 16 Nov 2007 16:07:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 08:07:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 16:07:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0AE40714208 for ; Fri, 16 Nov 2007 08:07:43 -0800 (PST) Message-ID: <24150020.1195229263016.JavaMail.jira@brutus> Date: Fri, 16 Nov 2007 08:07:43 -0800 (PST) From: "Jim Ancona (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Updated: (ABDERA-80) Spring schemaLocation in abdera-spring.xsd is incorrect In-Reply-To: <21189485.1195228483385.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ABDERA-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ancona updated ABDERA-80: ----------------------------- Attachment: abdera-spring.xsd.patch > Spring schemaLocation in abdera-spring.xsd is incorrect > ------------------------------------------------------- > > Key: ABDERA-80 > URL: https://issues.apache.org/jira/browse/ABDERA-80 > Project: Abdera > Issue Type: Bug > Affects Versions: 0.4.0 > Reporter: Jim Ancona > Priority: Minor > Attachments: abdera-spring.xsd.patch > > > The xsi:schemaLocation attribute on the xsd:schema element and the schemaLocation attribute on the xsd:import element both point to a schema location of http://www.springframework.org/schema/beans/spring-beans.xsd, however there is no schema at that URI. > The correct location seems to be http://www.springframework.org/schema/beans/spring-beans-2.0.xsd. > This doesn't appear to caused a problem at runtime, but my editor objected when I looked at the file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.