Hi, I am moving my JAX-RS web application (a war file) to OSGi HttpService. The first thing I am doing is to move configuration on web.xml to an bundle activator. The first thing in the activator is registering CXFServlet. The for migrating cxf.xml configuration , which is now configurated through org.springframework.web.context.ContextLoaderListener, I have no clear idea on doing it. Maybe I can write some spring code in activator to do it. Anyone can give me some suggestions?
Rice
