Hi On Fri, Jun 17, 2011 at 2:30 PM, Muller, Anthony <[email protected]> wrote: > Hello, > > I put CXF 2.3.3 in an osgi bundle and I'm trying to use it from other > "webapp" bundles. > > I'm using JAXRS to expose a REST webservice. It is configured thanks to > CXFNonSpringJaxrsServlet. I define "jaxrs.serviceClasses" servlet param in > the web.xml. > > My problem: at startup, CXF tries to load the service class and it failed > (due to classloader isolation). > > How can I proceed to fix that? Is DOSGI the only alternative if I wish to > share CXF between several "webapp" bundles? > Does your webabb bundle have Import-Package with a service class package ?
Cheers, Sergey > Cheers, > Anthony >
