How do you export a CXF service on Equinox? Can you give a short example what configuration is needed to expose it?
-------- Original Message -------- Subject: Re: Using CXF in OSGi (03-Apr-2008 20:00) From: Mayank Thakore <[EMAIL PROTECTED]> To: [email protected] > Hi Fabian, > > We use CXF in a bundle with equinox. We just put the CXF jars in a > bundle and exported the packages from there. It works like a charm. Just > be sure to export/import javax.xml.ws and similar packages or CXF won't > detect the annotations (e.g. the ones for jax-ws) > > Regards > Mayank > > [EMAIL PROTECTED] wrote: > > Hello! > > > > Are there already some working bundles of CXF for OSGi? I found a solved > > bug (CXF-490) on JIRA which says this is done. Does anyone have some advice > > on how to use it? Maybe examples? > > > > Best regards, > > > > Fabian > > > >
