I think it would be very nice to see full support for CXF. Nevertheless
the single CXF bundle seems to be sufficient for our purpose. At
least it is better than including the whole CXF distribution + deps
in every single web service bundle. :-)

At the moment we use several complex types and MTOM. Please let me
know if one of these might cause problems at the time.

Regarding my problem with Aegis I found that creating bundles of
JDOM and Jaxen is enough to get rid of the exceptions. I also had
to import "org.jdom" in the Jaxen Bundle. Of course this is just
quick 'n' dirty and I didn't test everything.

If you need any help on creating bundles, please let me know
how I can help. We'll rely on CXF and OSGi in the future and I think
offering our help would be the least we could do.


-------- Original Message --------
Subject: Re: Re-2: Advice on CXF OSGi Bundle (22-Sep-2008 13:03)
From:    Guillaume Nodet <[EMAIL PROTECTED]>
To:      [email protected]

> Not all dependencies have been released as OSGi bundles at this point.
> This is mainly because in ServiceMix, we don't provide support yet for
> all CXF features, but we'd be happy to do so.
> The main problem is that CXF can not be released as a set of bundles
> because of some OSGi limitations wrt to sharing packages, so the have
> to rely on a single CXF bundle at this point.
> However, we should provided those in the near future, so if you want,
> we could work on creating the needed bundles as patches for
>    https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/
> 
> On Mon, Sep 22, 2008 at 12:35 PM,  <[EMAIL PROTECTED]> wrote:
> > That did the trick. :-)
> >
> >
> > Is there also a dependency on JDOM an Jaxen? I just
> > tried Aegis Databinding and I get some NoClassDefFound
> > regarding these libraries.
> >
> > It seems that there are no bundles for these libs in
> > the maven repository.
> >
> > Maybe I have to use the cxf-minimal-bundle?
> >
> >
> > -------- Original Message --------
> > Subject: Re: Advice on CXF OSGi Bundle (19-Sep-2008 16:32)
> > From:    Daniel Kulp <[EMAIL PROTECTED]>
> > To:      [email protected]
> >
> >>
> >> The servicemix bundles are all at:
> >> http://repo1.maven.org/maven2/org/apache/servicemix/bundles/
> >> and:
> >> http://repo1.maven.org/maven2/org/apache/servicemix/specs/
> >>
> >> Abdera is in the incubator repository:
> >> http://people.apache.org/repo/m2-incubating-repository/
> >>
> >>
> >> Hope that helps!
> >> Dan
> >>
> >>
> >> On Friday 19 September 2008 10:11:59 am [EMAIL PROTECTED] wrote:
> >> > Hello,
> >> >
> >> > I managed to use the CXF bundle from the Maven2 repository (cxf-bundle
> >> > 2.1.2) in an Equinox container with Spring-DM (Spring MVC).
> >> >
> >> > Nevertheless, I had to create my own OSGi bundles for some CXF
> >> > dependencies: * jaxb-api
> >> >  * jaxb-impl
> >> >  * saaj-api
> >> >  * wsdl4j
> >> >  * xml-resolver
> >> >
> >> > Additionally, Maven needed some Apache Abdera libraries that I had to
> >> > install manually in my local repository.
> >> >
> >> > Is there anyone who knows of a more convenient way to resolve these
> >> > dependencies? I got the information that the ServiceMix project has 
> these
> >> > deps in their repository. Maybe I can get them from there but I don't 
> know
> >> > the correct repository entry for Maven.
> >> >
> >> > Any suggestions?
> >> >
> >> > Best regards,
> >> >
> >> > Fabian
> >>
> >>
> >>
> >> --
> >> Daniel Kulp
> >> [EMAIL PROTECTED]
> >> http://www.dankulp.com/blog
> >
> >
> > To: [EMAIL PROTECTED]
> >    [email protected]
> >
> >
> >
> 
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://open.iona.com


Reply via email to