Re: CXF DOSGi Client Issue

2010-03-02 Thread David Bosschaert
Perry Sent: Thursday, February 25, 2010 1:51 PM To: users@cxf.apache.org Subject: CXF DOSGi Client Issue Hey all, I am attempting to connect to a remote CXF web service from inside an OSGi envornment (Apache Felix). I'm trying to use the distributed OSGi bundle for all of the CXF

RE: CXF DOSGi Client Issue

2010-03-01 Thread Christopher Perry
To: users@cxf.apache.org Subject: CXF DOSGi Client Issue Hey all, I am attempting to connect to a remote CXF web service from inside an OSGi envornment (Apache Felix). I'm trying to use the distributed OSGi bundle for all of the CXF dependencies. Currently, when I try and test to connection

CXF DOSGi Client Issue

2010-02-25 Thread Christopher Perry
Hey all, I am attempting to connect to a remote CXF web service from inside an OSGi envornment (Apache Felix). I'm trying to use the distributed OSGi bundle for all of the CXF dependencies. Currently, when I try and test to connection to the service, I get a ServiceConstructionException

Re: CXF DOSGi Client Issue

2010-02-25 Thread David Bosschaert
Hi Christopher, Have a look at the CXF-DOSGi Greeter Demo walkthrough: http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.html It shows you how to use CXF-DOSGi from within Felix and Equinox. It should give you a working baseline that you may be able to build on top of... Best