cxf jars not supporting for Android

2011-06-27 Thread chakrapani
I've developed an Android app using cxf for communicating with server where cxf web service is running. But, I'm getting build error as dex.exe is failing to convert cxf jars to classes.dex file. Please guide me which jars to use for android. -- View this message in context: http://cxf.547215.n5.

Re: cxf jars not supporting for Android

2011-06-27 Thread Tanveer ul Islam
Greetings, I have recently tried to run CXF on Android with all possible JAR combinations. For a WS client you can also use rt.jar (in JDK) but Android doesn't have this jar built in. I tried to include rt.jar (with minimal/required classes) but it also didn't work. Better use kSoap2 or find some

Bean Invoker, Proxy, EasyBeans EJB Remote Home proxy for remote calls

2011-06-27 Thread Ryan Zoerner
Sergey, I have seen the Bean Invoker in cxf. I have just come across the class EJBHomeCallFactory in EasyBeans. I am wondering if it might suit our needs to use this, BeanInvoker, and make BeanInvoker extend JAXRSInvoker. What do you think? If not, I am currently putting together a resourceProv

Re: Bean Invoker, Proxy, EasyBeans EJB Remote Home proxy for remote calls

2011-06-27 Thread Sergey Beryozkin
Hi Ryan On Mon, Jun 27, 2011 at 5:58 PM, Ryan Zoerner wrote: > Sergey, > > I have seen the Bean Invoker in cxf. I have just come across the class > EJBHomeCallFactory in EasyBeans. > > I am wondering if it might suit our needs to use this, BeanInvoker, and make > BeanInvoker extend JAXRSInvoker.

Re: Bean Invoker, Proxy, EasyBeans EJB Remote Home proxy for remote calls

2011-06-27 Thread Ryan Zoerner
When I was debugging the jax-rs example, I placed an @EJB annotation in my Customer class and it showed up in the annotations in cri. Hence, any lifecycle-defining annotations would show up also?