I am trying to PUT ( and POST ) to a ServerResource and have it convert my JSON
payload to the corresponding Java POJO, but all I get is 415 "Unsupported Media
Type" errors.
My POJO implements Serializable, @Get("json") seems to work as it is supposed
to.
@Put("json") gives me the 415 Unsupported Media Type. As well as does
@Post("json")
I have searched the net, Google, forums, for 4 hours now, and nothing.
I have the three Jackson dependencies, ext, core and mapper in the right places.
Attached are what I can't get to work.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2671477