You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1] 2021-03-05 07:36:05,734 ERROR [org.apa.cam.qua.mai.CamelMainRuntime] (main) Failed to start application: org.apache.camel.FailedToCreateRouteException: Failed to create route yaml at: >>> To[log:info?show-all=false] <<< in route: Route(yaml)[From[cron:tab?schedule=*+*+*+*+?] -> [SetHeader[... because of No endpoint could be found for: log://info?show-all=false, please check your classpath contains the needed Camel component jar.
from the integration log. The camel-log dependency is not loaded to the integration classpath.
if you write it in the classic - from form (source code follows), dependencies are picked, so I guess it's a problem with the - route format.
I have the following integration
and I am getting
from the integration log. The
camel-log
dependency is not loaded to the integration classpath.if you write it in the classic
- from
form (source code follows), dependencies are picked, so I guess it's a problem with the- route
format.The text was updated successfully, but these errors were encountered: