You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Jim Ancona (JIRA)" <ji...@apache.org> on 2007/11/16 16:54:43 UTC

[jira] Created: (ABDERA-80) Spring schemaLocation in abdera-spring.xsd is incorrect

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.


[jira] Resolved: (ABDERA-80) Spring schemaLocation in abdera-spring.xsd is incorrect

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-80.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

Checked in

> 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
>             Fix For: 0.4.0
>
>         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.


[jira] Updated: (ABDERA-80) Spring schemaLocation in abdera-spring.xsd is incorrect

Posted by "Jim Ancona (JIRA)" <ji...@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.