Re: ClientResource HTTPS requests

2011-01-26 Thread Dustin Nicholas Jenkins
Just thought I'd give this a bump in case it was missed. I'd like to be able to set the SSLContextFactory on outgoing requests with a ClientResource. Maybe I need to write my own? Thanks, Dustin On 22/12/10 3:21 PM, Dustin Nicholas Jenkins wrote: I'm using Restlet 2.0.3 on Tomcat 6. I

Re: tutorial not working

2010-12-22 Thread Dustin Nicholas Jenkins
Hi Richard, Can you post the createInboundRoute() method of the TestServerApplication? It seems like the Router there may not be mapping something properly. Alternatively, on the client, what URL are you specifying to hit the ServerResource? Are you using the ClientProxy interface and using

ClientResource HTTPS requests

2010-12-22 Thread Dustin Nicholas Jenkins
I'm using Restlet 2.0.3 on Tomcat 6. I need to be able to make HTTPS calls to our protected Web Services from my HTTP web application. If I use an HttpURLConnection instance, I could simply cast it to an HttpsURLConnection and set the SSLContextFactory, thereby injecting the user's

GWT Client Logger error

2010-12-20 Thread Dustin Nicholas Jenkins
I'm using Restlet 2.0.3 JSE and GWT editions. There appears to be a known issue with regards to this error during the gwtc part of a build: [ERROR] The method getAnonymousLogger() is undefined for the type Logger But it seemed as though a fix was going to be present in the 2.0.2/2.0.3 branch.

Re: Wiki is down

2010-12-17 Thread Dustin Nicholas Jenkins
Wonderful! Thank you. Dustin On 16/12/10 2:31 PM, Dustin Nicholas Jenkins wrote: Is it possible for someone to look into this, please? I found the GWT example extremely useful! Many thanks, Dustin On 16/12/10 10:22 AM, Dustin Nicholas Jenkins wrote: There is an Apache Cocoon error

Wiki is down

2010-12-16 Thread Dustin Nicholas Jenkins
There is an Apache Cocoon error on the wiki.restlet.org site. Is this expected downtime? Thanks, Dustin -- Dustin N. Jenkins | Tel/Tél: 250.363.3101 | dustin.jenk...@nrc-cnrc.gc.ca facsimile/télécopieur: (250) 363-0045 National Research Council Canada | 5071 West Saanich Rd, Victoria BC.

Re: Wiki is down

2010-12-16 Thread Dustin Nicholas Jenkins
Is it possible for someone to look into this, please? I found the GWT example extremely useful! Many thanks, Dustin On 16/12/10 10:22 AM, Dustin Nicholas Jenkins wrote: There is an Apache Cocoon error on the wiki.restlet.org site. Is this expected downtime? Thanks, Dustin

Design for large Response body with FreeMarker

2010-03-08 Thread Dustin Nicholas Jenkins
In researching how to Stream out large amounts of data, such as a big result set from a Search Result, I've noticed that it's something that's actually encouraged, which I hadn't thought of before as I always thought it was weird to see a page load a little bit at a time. My question is

Re: POST ignored in RESTlet 2.0Mx

2009-12-17 Thread Dustin Nicholas Jenkins
Hi Thierry, Thanks for the reply. It's not reproducable each time, unfortunately, but I'll come up with a small application of some kind. I have an Apache proxy in front of my Tomcat too which, for all I know, could be causing the problem. Thanks, Dustin Thierry Boileau wrote: Hi Dustin,

Re: POST ignored in RESTlet 2.0Mx

2009-12-16 Thread Dustin Nicholas Jenkins
Hi Thierry, I'm using the 2.0M6 version, and this issue is still happening. I have an Apache 2.2.x proxy in front of my Tomcat Container. I'm trying to track down the method(s) that look for the annotated POST methods in the Resource in case they're not coming back properly. Are there some

web.xml context-params go missing

2009-12-15 Thread Dustin Nicholas Jenkins
I have a Spring loaded RESTlet application using the 2.0M6 version. My ServerResources used to be able to obtain the context-params from the web.xml using the Context.getParameters() method, but that's no longer the case. Through my debugger, I can see that the parent of the parent of the