[Resteasy-users] Using RestEasy Client Proxy Framework on Android

2011-09-04 Thread T E
Hello, We are developing a JAX-RS based servlet using RestEasy. One of the platforms the client software is intended to run on is Android. So far we have been using the RestEasy Client Proxy Framework with success on other client platforms, but on Android we get the exception stack below. I

Re: [Resteasy-users] Using RestEasy Client Proxy Framework on Android

2011-09-04 Thread TE
Hmmm. It seems posting via Firefox was not a good idea. The line breaks in my mail do not show in the mailing list archive. Let me try resending through Outlook. I apologize for the mishap. TE _ From: T E [mailto:alok...@hotmail.com] Sent: 04 Eylül 2011 Pazar 21:05 To: resteasy-users@

Re: [Resteasy-users] Using RestEasy Client Proxy Framework on Android

2011-09-04 Thread Michael_Brindamour
Some of the non core java APIs that sun normally ships along with the java sdk are not present in the android jdk/dalvik, so this makes using libraries like this difficult. Your best bets would be to use something else or try to get the source for the dependent library, and modify it however yo