Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
What is handling the server end of things? Apparently the server end is
returning a value but the client isn't excepting it to. Here's the client code:
if (jsonObject.has("result")
&& !jsonObject.get("result").isNull()
&& jsonObject.get("result")!=null) {
return mapper.readValue(
jsonObject.get("result"), TypeFactory.type(returnType));
}
I'll add a check for returnType and make it log a warning.
Either way, you should post what your server end is replying with. There could
be problems with your configuration.
Original comment by brian.di...@gmail.com
on 21 May 2012 at 8:10
please check latest SNAPSHOT version
Original comment by brian.di...@gmail.com
on 21 May 2012 at 8:11
Original comment by brian.di...@gmail.com
on 25 May 2012 at 2:51
Original issue reported on code.google.com by
kamenski...@gmail.com
on 4 May 2012 at 12:40