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? Cheers, Anthony
