MethodNotFoundException upgrading to Camel 3.4.2 (Blueprint and Karaf)

2020-08-14 Thread Alex Soto
Hello, I have a Camel application using Blueprint XML running on Karaf 4.2.9. Some routes call methods on beans that are OSGi services. When I try to upgrade to version 3.4.2 (from 3.4.0) Camel is no longer finding method in bean. Error at startup reads: "Failed to create route XXX at…”

Camel context is created 3 times for a web app

2020-08-14 Thread rinilnath r
Hi, I am seeing that camel context is being created multiple times (3 times) parallely when deploying and running the web app in tomcat 9. Web Application tech stack details Spring 5 tomcat 9 Camel.: 2.x Quartz: 1.8.6 Java 1.8 Camel context names in log im seeing as camel-1, camel-2, camel-3