[
https://issues.apache.org/jira/browse/FALCON-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pragya Mittal updated FALCON-1317:
----------------------------------
Description:
While parsing InstanceDependency API result we expect
SchedulableEntityInstance[] dependencies.
If response has single element then instead of serializing it as an array, it
is passed as an object of SchedulableEntityInstance hence giving the following
error :
{code}
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected
BEGIN_OBJECT but was BEGIN_ARRAY
{code}
Same is the behaviour with other APIs.
> Inconsistent JSON serialization
> -------------------------------
>
> Key: FALCON-1317
> URL: https://issues.apache.org/jira/browse/FALCON-1317
> Project: Falcon
> Issue Type: Improvement
> Components: webapp
> Affects Versions: 0.7
> Reporter: Pragya Mittal
>
> While parsing InstanceDependency API result we expect
> SchedulableEntityInstance[] dependencies.
> If response has single element then instead of serializing it as an array, it
> is passed as an object of SchedulableEntityInstance hence giving the
> following error :
> {code}
> com.google.gson.JsonSyntaxException: java.lang.IllegalStateException:
> Expected BEGIN_OBJECT but was BEGIN_ARRAY
> {code}
> Same is the behaviour with other APIs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)