Recently I was working with the Netty 4 component and injecting it into various bundles to run Camel REST services. That feels like a very OSGi service oriented way of doing this -- much like PAX-JDBC makes Datasource available through the registry. Bundles can come and go and inject the Netty component into them.
I'm now in the situation where I'm porting some SOAP/CXF from Fuse 6 to Fuse 7 and they made a switch from Jetty to Undertow. If I have to debug and modify to make the configurations work I'd just as soon switch to using the Netty server component with CXF and/or Camel/CXF. I'm pretty sure its doable and is probably fairly easy, I just don't have any examples of it. Anybody out there have some clues? I'll probably stick with Blueprint for the setup until all the CDI annotations and libraries shake out (after Fuse makes the official switch to the reference implementation from the PAX-CDI). -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
