Fwd: Apache CXF client inside Apache Felix Container

2010-02-26 Thread Charles Moulliard
Hi, Here is the packages that I have imported in my bundle. It works fine with Apache Felix 2.0.x / Felix Karaf and ServiceMix + CXF 2.2.6 and Camel 2.X                             META-INF.cxf,                             META-INF.cxf.osgi,                             META-INF.wsdl,            

Re: Apache CXF client inside Apache Felix Container

2010-02-25 Thread Freeman Fang
Hi, Use Include-Resource heavily in osgi bundle MAY not be a good practice for OSGI IMHO. Not exactly sure what the error come from, but you may need take a look how we use cxf client as OSGI service from Servicemix. cxf-soap-handler-osgi[1] is a bundle used for integration test, take

Re: Apache CXF client inside Apache Felix Container

2010-02-25 Thread Richard S. Hall
On 2/26/10 3:12 AM, Christopher Perry wrote: Hey all, The application we are developing requires that it access an outside webservice using Apache CXF from within an OSGi container (Apache Felix). I've created a quick Java console application that connects to and utilizes the web service succ

Apache CXF client inside Apache Felix Container

2010-02-25 Thread Christopher Perry
Hey all, The application we are developing requires that it access an outside webservice using Apache CXF from within an OSGi container (Apache Felix). I've created a quick Java console application that connects to and utilizes the web service successfully, so I know the service is working. How