RE: Premature EOF / Broken Pipe

2009-06-29 Thread Jerome Louvel
Hi Timothy, Were you able to make progress on this front? Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org/ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com/ http://www.noelios.com De : Timothy Aanerud

RE: Problem Using proxy server for Restlet service

2009-06-29 Thread Jerome Louvel
Hi Albert, As a workaround, if you use the HTTP client connector based on HttpURLConnection (org.restlet.ext.net), then you can use the proxy parameters via JVM system properties. Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~

RE: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Jerome Louvel
Hi Alin, The reason is simple: when a method is not allowed, HTTP expects the server to return the list of allowed methods, therefore the framework introspects the resource by calling allow*() methods. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6 Best regards, Jerome

RE: Possible GAE Client issue.

2009-06-29 Thread Jerome Louvel
Hi guys, By default, we leverage the HttpURLConnection class which has been reimplemented on top of URLFetcher so this should work. Thierry will finish his work on automated Restlet editions next week or so and we'll be able to resolve such issue more quickly and precisely. For now, I suggest

Re: Premature EOF / Broken Pipe

2009-06-29 Thread Timothy Aanerud
I haven't tried switching HTTP connectors. :-( But, I did build a sanitized/stripped down example. Unfortunately, my example does not fail like my application does. One difference between my example is I'm only exchange data with one resource, In my actual application I'm sending two messages

Restlet trunk andd GWT issues...

2009-06-29 Thread Brian Anderson
Hello, I am working with the GWT edition and trunk r5150 in order to get the recent changes that fix content negotiation issues present in 2.0m3. I have a simple GWT app loosely based upon the RestletGWTSimpleExample. I notice that I cannot get my GWT app to run in hosted mode without changing

Re: Restlet v 1.1.5 multiple times allow method checked

2009-06-29 Thread Alin Popa
Thanks Jerome, Now's more clear. On Mon, Jun 29, 2009 at 11:30 AM, Jerome Louvel jerome.lou...@noelios.comwrote: Hi Alin, The reason is simple: when a method is not allowed, HTTP expects the server to return the list of allowed methods, therefore the framework introspects the resource

RE: Restlet trunk andd GWT issues...

2009-06-29 Thread Brian Anderson
FWIW, the following change in HttpClientConverter.java seems to fix the NPE: public void commit(final HttpClientCall httpCall, Request request, Response response, final Uniform userCallback) throws Exception { if (httpCall != null) { // Send the request to the

GAE + Restlet issue

2009-06-29 Thread Matt
Hi there, I'm trying to use GAE and Restlet together. All works fine on the local development server. The first initial deploy to the live server worked fine. 1.latest.[applicationid].appspot.com works as expected. However on my subsequent deploys I keep getting: