You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Quinn Stevenson <qu...@pronoia-solutions.com> on 2016/02/18 17:48:52 UTC

Testing camel-scr with @References

I’ve created a project using camel-archetype-scr, and I’m trying to update the route to use an OSGi service.  

I have everything incorporated into the SCR Runner and the RouteBuilder, but I can’t figure out how to register a stub service so that the @References annotation will inject the service reference.

How can I do this?