Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-02-04 Thread Thierry Boileau
Hello, If I understand well, your scenario is as follow: - there is a Web API hosted on GAE - the server side code leverages the Jackson converter to serialize/deserialize Java beans - there is a GWT application which communicates with the back-end. Some things are not clear to me: - how

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two dependency in the project (or just one?): dependency groupIdorg.restlet.gae/groupId

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 05:08 AM, Xybrek wrote: On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two dependency in the project (or just one?):

Re: HTTP/1.1 422 Unprocessable Entity - Error

2015-01-13 Thread Xybrek
On Wednesday, 14 January, 2015 05:25 AM, Xybrek wrote: On Wednesday, 14 January, 2015 05:08 AM, Xybrek wrote: On Wednesday, 14 January, 2015 04:42 AM, Xybrek wrote: How to fix when GWT ClientProxy resource gets this HTTP/1.1 422 Unprocessable Entity error? Is it fine to have these two