Hi, I struggled quite a while with integrating CXF into an OSGI environment. My goal with this was to get a way to expose a webservice from within an equinox-osgi environment and to consume this webservice from another osgi-environment, setting the server-adress in code (and therefore not using dosgi). I finally managed to get this working by building my own osgi-bundle with the cxf-2.2.2.jar, wsdl4j-1.6.2.jar and XmlSchema-1.4.5.jar from the cxf-binary.zip. I then loaded the CXFNonSpringServlet into a jetty-httpService Servlet-container started within osgi and could achieve my goals. If this is what you want I could give you some more details on how I exactly did it or send you my eclipse-plugins as sample.
-orgler
