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>
<groupId>org.restlet.gae</groupId>
<artifactId>org.restlet.ext.jackson</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.restlet.gae</groupId>
<artifactId>org.restlet.ext.json</artifactId>
<version>2.2.1</version>
</dependency>
If this is not the issue what could be the problem that GWT ClientProxy
is getting this error? The Actual method in the ServerResource doesn't
seem to get invoked at all, since the LOG would not show. So Where is
this "HTTP/1.1 422 Unprocessable Entity" being caught if not on the
actual ServerResource, how to deal with this?
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3094172