RE: Google AppEngine and Android problems

2011-02-02 Thread Joe Dec
The correct link to the issue : http://restlet.tigris.org/issues/show_bug.cgi?id=1219 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2701948

RE: Google AppEngine and Android problems

2011-02-02 Thread Joe Dec
There is an open issue on that: http://restlet.tigri​s.org/ds/viewMessage​.do?dsForumId=4447​dsMessageId=26794​69 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2701947

RE: parameter become null in server side?

2011-01-05 Thread Joe Dec
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2679469 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2696074

RE: Post method not work when deployed to GAE

2011-01-02 Thread Joe Dec
Hi Orville, I am not sure if all the links you provided are directly linked to the problem : no deserialization of JSON-Data on POST/PUT-Methods. But I might be wrong here. Anyway : this issue will be looked into soon, hopefully: http://restlet.tigris.org/issues/show_bug.cgi?id=1219 - you

RE: Post method not work when deployed to GAE

2010-12-30 Thread Joe Dec
Hello, I've tried Version 2.0.4 which has also this issue: POSTing data to GAE does not work when using the resource.wrap method on the client side. On the GAE, the data object passed to the annotated @post-Method is always null. It works with a locally deployed version. Also, when I do a

RE: Post method not work when deployed to GAE

2010-12-21 Thread Joe Dec
Are there any experiences on this? Is this issue reproducible? Thanks, Joe -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2692538

RE: Post method not work when deployed to GAE

2010-12-20 Thread Joe Dec
Hello, I have the same issue using the current 2.1-snapshot as of today. Details of the setup: - Restlet Client: --- - Android 2.1-snapshot Libs in Classpath: - jackson-core-asl-1.6.3.jar - jackson-mapper-asl-1.6.3.jar - org.restlet.ext.jackson.jar -