You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Sven Kobler-Morris (JIRA)" <ji...@apache.org> on 2014/08/27 10:48:57 UTC

[jira] [Updated] (OLINGO-274) fix V4 json error response's deserializing (ATOM is still a TODO)

     [ https://issues.apache.org/jira/browse/OLINGO-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Kobler-Morris updated OLINGO-274:
--------------------------------------

    Component/s:     (was: odata4-client)
                 odata4-client-JS

> fix V4 json error response's deserializing (ATOM is still a TODO)
> -----------------------------------------------------------------
>
>                 Key: OLINGO-274
>                 URL: https://issues.apache.org/jira/browse/OLINGO-274
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-client-JS
>    Affects Versions: V4 4.0.0-beta-01
>            Reporter: Challen
>            Assignee: Challen
>             Fix For: V4 4.0.0-beta-01
>
>
> V4 error is like: 
> {
>   "error": {
>     "code": "400",
>     "message": "Bad request.",
>     "target": "query",
>     "details": [
>       {
>        "code": "400",
>        "target": "$search" ,
>        "message": "Microsoft.Data.OData.BadRequest"
>       }
>     ],
>     "innererror": {
>       "trace": ["at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings....","callmethod2 etc"],
>       "context": {"key1":"for debug deployment only"}
>     }
>   }
> }
> ATOM part is not updated for V4 yet. but ATOM format is not official v4 standard, so is not a high priority. for now I keep this JIRA issue open just in case someone wants to fix it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)