So, I'd like to take advantage of the dOSGI code's expertise in launching service endpoints in OSGi bundles with the right class loaders and all that.
But I still want to code my services as JAX-RS services. I don't want to just depend on CXF to cook up some mapping from params to a representation. Is there an example of this?
