Re: [I] Cannot find RoutesBuilderLoader in classpath for native application [camel-quarkus]

2024-04-28 Thread via GitHub
fvcortes closed issue #6049: Cannot find RoutesBuilderLoader in classpath for native application URL: https://github.com/apache/camel-quarkus/issues/6049 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] Cannot find RoutesBuilderLoader in classpath for native application [camel-quarkus]

2024-04-28 Thread via GitHub
fvcortes commented on issue #6049: URL: https://github.com/apache/camel-quarkus/issues/6049#issuecomment-2081610028 Thanks for your answer @jamesnetherton and I appreciate your tip on using the injectable bean CamelContext. I understand that instantiating a camel context manually with no

Re: [I] Cannot find RoutesBuilderLoader in classpath for native application [camel-quarkus]

2024-04-28 Thread via GitHub
fvcortes closed issue #6049: Cannot find RoutesBuilderLoader in classpath for native application URL: https://github.com/apache/camel-quarkus/issues/6049 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] Cannot find RoutesBuilderLoader in classpath for native application [camel-quarkus]

2024-04-28 Thread via GitHub
jamesnetherton commented on issue #6049: URL: https://github.com/apache/camel-quarkus/issues/6049#issuecomment-2081599076 Without additional configuration `new DefaultCamelContext()` is pretty much guranteed to fail in native mode. There shouldn't really be any need to instantiate

[I] Cannot find RoutesBuilderLoader in classpath for native application [camel-quarkus]

2024-04-28 Thread via GitHub
fvcortes opened a new issue, #6049: URL: https://github.com/apache/camel-quarkus/issues/6049 ### Bug description ## Issue When attempting to load routes from YAML content using a fresh CamelContext in native execution, the application cannot locate an appropriate