RE: Re: Android and WCF DataService

2010-05-29 Thread Thierry Boileau
Hello, this point has been handled: "OData seems to create several Client instances" http://restlet.tigri​s.org/issues/show_bu​g.cgi?id=1113 Best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId

RE: Re: Android and WCF DataService

2010-05-20 Thread Jerome Louvel
...@gmail.com] Envoyé : mardi 11 mai 2010 02:05 À : discuss@restlet.tigris.org Objet : RE: Re: Android and WCF DataService 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

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=4447&dsMessageId=2607173

RE: Re: Android and WCF DataService

2010-05-06 Thread webpost
Matthew, Your log looks very similar to mine, only I never see the log entries my code should write when the data actually comes back from the service. Does it just take a long time? Do you know if navigation properties on the Entity Model impacts performance? Mine are lazy loaded, so they s

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

2010-04-23 Thread Thierry Boileau
Hello Matthew, I just would like to tell you that the internal connector now works on Android. Best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2593472

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

Re: Android and WCF DataService

2010-03-22 Thread Thierry Boileau
Hello Matthew, thanks for your report. I've updated the svn repository. Best regards, Thierry Boileau > Thanks again Thierry... > That totally cleared up somethings that were getting in my way. > > As I started to take the objects and expanding some of the children objects, > I needed to use th

RE: Re: Android and WCF DataService

2010-03-18 Thread webpost
Thanks again Thierry... That totally cleared up somethings that were getting in my way. As I started to take the objects and expanding some of the children objects, I needed to use the .expand("") functions open to OData. According to the docs, this should now work in RC1. Using your generated

RE: Re: Android and WCF DataService

2010-03-17 Thread webpost
Thanks Thierry- I added Engine.getInstance().getRegisteredClients().clear(); Engine.getInstance().getRegisteredClients().add(new HttpClientHelper(new Client(Protocol.HTTP))); Service myWCF = new Service("http://digital-furnace.com/OtherMeta/webdata

Re: Android and WCF DataService

2010-03-16 Thread Thierry Boileau
Hello Matthew, I think your problem is due to the internal connector which does not work with Android (see http://restlet.tigris.org/issues/show_bug.cgi?id=304). Can you try by adding the net extension (org.restlet.ext.net;jar) to the classpath of your project with the following lines, for exam

Android and WCF DataService

2010-03-16 Thread Matthew drooker
Gentlemen- First- Thanks for getting the RC code to us. Second- I seem to still be encountering the problem with the Android build consuming WCF Dataservices. Code that worked before, has stopped working. I dont get any logging information from RestLet... Here is an example of the code- Servi