Hi, Is there such a function available in CXF JAX-RS? I have an application based on CXF JAX-RS. The application itself consits of many plguins and these plugins can come and leave dynamically. Hence, OSGi is the platform on which the application runs. In the application, each plugin (bundle) provides some resource classes and hence managing these dyanamic plugins is important for this application. Since JAXRS Server (org.apache.cxf.endpoint.Server) is immutable, the application has to destory the server and recreate a new server when a plugin is changed (added or removed). Now, I would like to know that such a function already exist in CXF JAX-RS? If not, is it do-able for such a function for CXF JAXRS?
Rice
