[mb-bugs] [jira] Updated: (MBS-979) Xml error messages shouldnt reference mmd-2.0 because <error> is not a valid for this schema

Oliver Charles (JIRA) jira-admin at musicbrainz.org
Fri Nov 12 16:29:01 UTC 2010


     [ http://jira.musicbrainz.org/browse/MBS-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Charles updated MBS-979:
-------------------------------

    Fix Version/s: NGS - Release Candidate 1

> Xml error messages shouldnt reference mmd-2.0 because <error> is not a valid for this schema
> --------------------------------------------------------------------------------------------
>
>                 Key: MBS-979
>                 URL: http://jira.musicbrainz.org/browse/MBS-979
>             Project: MusicBrainz Server
>          Issue Type: Bug
>          Components: Web service
>    Affects Versions: NGS - Beta 3
>            Reporter: Paul Taylor
>            Assignee: Oliver Charles
>            Priority: Minor
>             Fix For: NGS - Release Candidate 1
>
>
> A typical error message returned from webservice:
>  <?xml version="1.0" encoding="UTF-8"?><metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#"><error><text>2a2cafcf-b791-4cb3-b0f6-f44b34552bad does not match any known recordings</text><text>For usage, please see: http://musicbrainz.org/development/mmd</text></error></metadata>
> this is fine except that <error> is not part of the mmd schema so I would just replace with
> <?xml version="1.0" encoding="UTF-8"?><error><text>2a2cafcf-b791-4cb3-b0f6-f44b34552bad does not match any known recordings</text><text>For usage, please see: http://musicbrainz.org/development/mmd</text></error>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.musicbrainz.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the MusicBrainz-bugs mailing list