I need to expose a service in OSGi that I would like my Camel route to have access to. Is there example code or documentation that shows how this can be done? My Camel route uses Java DSL, so that may present an extra challenge to this problem. I'm hoping that this can be done easily so that I can use this service in my Camel Route.
Thanks, Mark