Re: OSGI service Call using Camel route

2020-07-20 Thread vignesh k
I’m not sure it will work mixing blueprint and Java DSL, I’m pretty sure it works fully in blueprint. Regards JB > Le 19 juil. 2020 à 21:30, vignesh k <[hidden > email]> a écrit : > > > // Blueprint referencing the OSGI service > > > http://www.osgi.org/xmlns

Re: OSGI service Call using Camel route

2020-07-19 Thread vignesh k
ssorDefinition.makeProcessor(ProcessorDefinition.java:523) ~[?:?] at org.apache.camel.model.ProcessorDefinition.addRoutes(ProcessorDefinition.java:239) ~[?:?] at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1300) ~[?:?] ... 26 more From: vigne

OSGI service Call using Camel route

2020-07-17 Thread vignesh k
I get method not found exception when I try to connect/call OSGI service using camel route and I am not sure what logic I am missing here. //Exception Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.component.bean.MethodNotFoundException: Static method with name: getGr