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
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.