RE: Re: Android and WCF DataService

2010-05-10 Thread Matthew drooker
We may have to drop back and remove RestLet if we cannot get the high GC and chatty call count figured out. Any Luck? Matthew -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2607173

RE: Re: Android and WCF DataService

2010-05-05 Thread Matthew drooker
Any luck with whats going on with the Android version of Restlet? 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 =

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: Android and WCF DataService

2010-03-23 Thread Matthew drooker
Working great now. Thanks for the fix On Mon, Mar 22, 2010 at 7:23 AM, Thierry Boileau thierry.boil...@noelios.com wrote: Hello Matthew, thanks for your report. I've updated the svn repository. Best regards, Thierry Boileau Thanks again Thierry... That totally cleared up somethings

Logging and Android

2010-03-12 Thread Matthew drooker
Ok.. So before I put this out there..No bashing the newbie! I am starting to do development on the Android using Restlet to talk with my WCF OData services. Using the examples, I had working code talking to my back-end services using a snapshot build from 2 weeks ago. I updated to the latest

RE: Re: Logging and Android

2010-03-12 Thread Matthew drooker
Gotcha. But as an aside... How can I quickly enable DEBUG logging via Eclipse? I have read the docs...but there is nothing around quickly getting a deeper output. Or do I need to get the whole mylogging.properties file config'd, set the VM to start with it? MJD