RE: Re: Android and WCF DataService

2010-04-30 Thread Matthew drooker
Thierry- I have been working on my android app...but noticed some strange behaviors in the android logs that I wanted to pass your way. Here is a cut of sample code I am using in my app. String remoteServiceEndPoint = http://blah.blah.blah/iMMeta/webdataservice.svc;;

Re: SSL modifications since 2.0 RC 1 ?

2010-04-30 Thread Bruno Harbulot
Hi Nicolas, On 28/04/2010 12:55, Nicolas Rinaudo wrote: This might be an important bit of information. After running a few more tests, I realised that Safari would: - fail ignoring certificates if the server is running on OS X. - succeed in ignoring certificates if the server is running on

Client Custom Header

2010-04-30 Thread Jean-Philippe Steinmetz
Hi, I'm trying to add a custom HTTP header to outgoing requests when using the restlet client API. Ideally i'm looking for some way to implement a helper class that can inject my header into every request as they are processed. However in looking through the documentation i'm not really finding

Tomcat Restlet Threads and OutOfMemoryException

2010-04-30 Thread Dustin N. Jenkins
I'm running a Tomcat Container version 6.0.26 with JDK 1.6_20 in Linux with Restlet 2.0 RC3. I'm seeing a lot of the following when I shut my Tomcat instance down: SEVERE: A web application created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.threadlo...@3fb0ed]) and

Re: Tomcat Restlet Threads and OutOfMemoryException

2010-04-30 Thread Dustin N. Jenkins
Oh, and my Restlet beans (Application, Context, Router, and Resources) are all Spring-loaded beans with scope = prototype. Thanks again, Dustin On 04/30/2010 01:50 PM, Dustin N. Jenkins wrote: I'm running a Tomcat Container version 6.0.26 with JDK 1.6_20 in Linux with Restlet 2.0 RC3. I'm