Excellent. I favour this approach, moving the SSL config to the container rather than having it in the service/bundle.
----- Original Message ----- From: cmoulli...@fusesource.com [mailto:cmoulli...@fusesource.com] Sent: Thursday, February 10, 2011 12:57 PM To: users@camel.apache.org <users@camel.apache.org> Subject: Re: Problem with multiple CXF services using the same https port This has been implemented in karaf 2,2 which will be released soon Sent via BlackBerry offered by Proximus -----Original Message----- From: Christian Müller <christian.muel...@gmail.com> Date: Thu, 10 Feb 2011 18:43:04 To: <users@camel.apache.org> Reply-To: users@camel.apache.org Subject: Re: Problem with multiple CXF services using the same https port After a fresh cup of cafe, I think I have a good idea. Why not providing a jetty.xml file in ${SMX_HOME}/etc (like the activemq-broker.xml) and configuring jetty there. And in our (multiple) CXF bundle configurations, we using the already running Jetty as Charles suggested. Sounds also a good idea for you? I'm working on a default jetty configuration which provides http and https connectors. Maybe this is also interesting feature for the ServiceMix guys... Christian