Thank you for the tip. I'm using Java DSL, but I think I could make this work.
Cheers, Mark On Fri, Jun 16, 2017 at 1:26 AM, Jean-Baptiste Onofré <[email protected]> wrote: > Hi Mark, > > you can take a look on: > > https://github.com/jbonofre/karaf-workshop/blob/master/camel > /src/main/resources/OSGI-INF/blueprint/route.xml > > I'm using a booking service processor directly in a Camel route (it could > be use directly with Camel bean as well). > > Regards > JB > > > On 06/16/2017 03:15 AM, Mark wrote: > >> 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 >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
