RE: router.attach generic resource

2011-09-14 Thread Milorad
Thanks for your reply, I've considered that, but that is not what I want, my goal is to have exactly one resource class which will process all requests. Right now I have a base resource class which my other resource classes extend, but most of the code in them is same except for table name and

RE: GWT RPC - Making comms secure...

2011-09-14 Thread Jerome Louvel
Hi Dave, For information, were you able to solve this one? You should be able to authenticate your OPTIONS request like any other one. Best regards, Jerome -- http://www.restlet.org http://twitter.com/#!/jlouvel -Message d'origine- De : davewilliamson

RE: Porting restlets in Go language

2011-09-14 Thread Jerome Louvel
Hi Xavier, Thanks for the suggestion. Looking at the recent support for Go in Google App Engine, I think we should consider such a port in the middle term. Our priority right now is a JavaScript port, but next we could look into C-based languages like C#, Go and C++. I’ve updated our

Frequent misunderstanding between Android and GAE

2011-09-14 Thread Tomer Weller
Hi, I have an android client (2.3.3) reporting it's actions to a GAE (1.5.4) backend using RESTLET (2.1M7). Basically - it works. However, I frequently get the following exception on the android side: WARN/System.err(2479): Communication Error (1001) - The connector failed to complete the

RE: Frequent misunderstanding between Android and GAE

2011-09-14 Thread Jerome Louvel
Hi Tomer, I'm happy to report that this long standing bug has been fixed very recently! Please try the latest snapshot: http://www.restlet.org/documentation/snapshot/jse/changes Best regards, Jerome -- http://www.restlet.org http://twitter.com/#!/jlouvel -Message d'origine- De :

RE: Invalid chunk size specified. End of stream reached

2011-09-14 Thread Jerome Louvel
Hi Ivano, Which version of Restlet 2.0 are you using? In Restlet 2.0.9, we fixed an IO flushing issue that could solve your issue: http://www.restlet.org/documentation/2.0/jse/changes Best regards, Jerome -- http://www.restlet.org http://twitter.com/#!/jlouvel -Message d'origine- De 

Intermittent Problem of HTTP Connection Hanging

2011-09-14 Thread python
I have deployed a Liferay Portlet which uses GWT and REST. I have this problem of thread hanging and get a Internal connect Error.. Some times it works but most of the time i run into this issue.. I am using the latest version of Restlet. Below is the Thread Dump . Any suggestions on how to fix

RE: Intermittent Problem of HTTP Connection Hanging

2011-09-14 Thread Jerome Louvel
Hi there, Could you tell us which version of Restlet edition for JavaEE you are using? Also, how long your HTTP requests are supposed to be lasting? Best regards, Jerome -- http://www.restlet.org http://twitter.com/#!/jlouvel -Message d'origine- De : python [mailto:rock...@gmail.com]

RE: Intermittent Problem of HTTP Connection Hanging

2011-09-14 Thread python
I am using version 2.0.9 for the org.restlet packages and 2.0.5 for org.restlet.client packages. The Http calls are supposed to be few seconds.. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2838534