Re: Using CXF in OSGi

2008-04-04 Thread Guillaume Nodet
The documentation is a bit rough, and if haven't had much time to test it on
a very clean platform aso, so if you have any problems, please report so we
can fix it asap.  See http://cwiki.apache.org/SMX4/cxf-examples.html

On Thu, Apr 3, 2008 at 1:48 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote:

> I'm just working on an example right now.  I'll post more details asap.
>
>
> On Thu, Apr 3, 2008 at 1:29 PM, <[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
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> 
> Blog: http://gnodet.blogspot.com/




-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/


Re: Using CXF in OSGi

2008-04-03 Thread Mayank Thakore

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


  


Re: Using CXF in OSGi

2008-04-03 Thread Guillaume Nodet
I'm just working on an example right now.  I'll post more details asap.

On Thu, Apr 3, 2008 at 1:29 PM, <[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
>



-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/