Re: OSGi bundling

2008-02-08 Thread Mayank Thakore
we're using cxf inside osgi bundles... we just put all the libs in one
bundle and export required packages from there...

just had to be careful to import the javax.jws and some related
namespaces in other bundles where services are written since these
packages are available without import too but the @WebService
annotations won't work then

so is there anything special we ought to do to make a cxf bundle?

On Feb 9, 2008 2:40 AM, Kyle.Bober <[EMAIL PROTECTED]> wrote:
>
> To whom it may concern,
>   I would also like to try out CXF OSGi bundles. I would love to use CXF in
> my Eclipse RCP application I am writing. You mention there is a small
> (untested) maven project to create the bundles. I would like to try it out
> in my environment if possible. Where can I locate it to give it a whirl.
>
> Regards,
> Kyle
>
>
>
>
> gnodet wrote:
> >
> > We're currently working on using CXF inside ServiceMix, so I've just
> > committed a small maven project to create a bundle for CXF, though this is
> > not tested yet and may not include everything you will need right now.
> > However, any feedback would be welcome.
> >
> > On Nov 19, 2007 5:27 PM, Roshan A. Punnoose <
> > [EMAIL PROTECTED]> wrote:
> >
> >> Is there incubation code set up for the cxf OSGi bundling that is
> >> targeted for Dec.15? I want to try it out now. :)
> >>
> >> Roshan
> >>
> >
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > 
> > Blog: http://gnodet.blogspot.com/
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/axis-vs-cxf%2C-which-is-better--tp13755334p15363956.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>


Re: OSGi bundling

2008-02-08 Thread Kyle.Bober

To whom it may concern,
   I would also like to try out CXF OSGi bundles. I would love to use CXF in
my Eclipse RCP application I am writing. You mention there is a small
(untested) maven project to create the bundles. I would like to try it out
in my environment if possible. Where can I locate it to give it a whirl.

Regards,
Kyle



gnodet wrote:
> 
> We're currently working on using CXF inside ServiceMix, so I've just
> committed a small maven project to create a bundle for CXF, though this is
> not tested yet and may not include everything you will need right now.
> However, any feedback would be welcome.
> 
> On Nov 19, 2007 5:27 PM, Roshan A. Punnoose <
> [EMAIL PROTECTED]> wrote:
> 
>> Is there incubation code set up for the cxf OSGi bundling that is
>> targeted for Dec.15? I want to try it out now. :)
>>
>> Roshan
>>
> 
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/axis-vs-cxf%2C-which-is-better--tp13755334p15363956.html
Sent from the cxf-user mailing list archive at Nabble.com.



Re: OSGi bundling

2007-11-19 Thread Guillaume Nodet
We're currently working on using CXF inside ServiceMix, so I've just
committed a small maven project to create a bundle for CXF, though this is
not tested yet and may not include everything you will need right now.
However, any feedback would be welcome.

On Nov 19, 2007 5:27 PM, Roshan A. Punnoose <
[EMAIL PROTECTED]> wrote:

> Is there incubation code set up for the cxf OSGi bundling that is
> targeted for Dec.15? I want to try it out now. :)
>
> Roshan
>



-- 
Cheers,
Guillaume Nodet

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


OSGi bundling

2007-11-19 Thread Roshan A. Punnoose
Is there incubation code set up for the cxf OSGi bundling that is
targeted for Dec.15? I want to try it out now. :)

Roshan