Re: Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-30 Thread David Leangen
Hi Jerome, Thank you for that information. Congratulations for the book, by the way. I found it very useful. APISpark looks very interesting, too. I look forward to getting my hands dirty with Restlet. Regards, =David On 30 Apr 2013, at 10:48 PM, Adam Mc wrote: Jerome, Thanks for your

Re: Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-28 Thread David Leangen
Looks like the problem was with the jsslutils lib. Everything is working well now for me now and I like restlet, but there does not seem to be much activity on this list. Cheers, =David On 26 Apr 2013, at 5:36 PM, David Leangen wrote: Hello, Regarding my message below from earlier

Re: Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-22 Thread David Leangen
Hi Jerome, Thank you very much for this tip. Much appreciated. Please plugin the org.restlet.ext.net.jar to replace the default connector with a more stable one. It will probably help. I interpreted this comment to mean: org.restlet.ext.httpclient is the default to be replaced

Communication Error (1001) - The connector failed to complete the communication with the server

2013-04-21 Thread David Leangen
Hello! After a few weeks of absence, I am trying once again to set up restlet in my OSGi environment. Using version 2.2-M1. I am making a call like this: final Client client = new Client( new Context(), Protocol.HTTPS ); final ClientResource clientResource = new

RE: Re: Trouble connecting using SSL

2013-02-04 Thread David Leangen
Hi, Sorry, for some reason I was not receiving emails from the list, so I did not notice your reply... Which version and HTTP connector are you using? Currently trying with 2.2-M1 using HTTPClient. Cheers, =David --

Re: javax.servlet.ServletException: non-HTTP request or response

2007-08-15 Thread David Leangen
() { super(); } public TestApplication( final Context context ) { super( context ); } @Override public Restlet createRoot() { return new Directory( getContext(), file:///home/docs ); } } On Wed, 2007-08-15 at 15:40 +0900, David Leangen wrote