Hi, i would like to turn Declarative Services into WS endpoints. I have tried with Apache CXF and it seems to work so far. My main concern is that CXF uses pax-web-service HTTP service and the only way to configure the embedded Jetty server is by deploying a bundle fragment that contains the Jetty configuration file. I don't want this solution since the Jetty configuration has to be externalized and configured without re-packaging.
I wanted to replace the pax-web-service HTTP service with the felix one. I have seen that the port/address and SSL configuration could be modified with OSGI environment properties. Is it possible to modify OSGI environment properties dynamically through the API ? (The http service must be defined in our own XML format, so i thought about creating a bundle that sets these properties dynamically). Regards, Luc

