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 go
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
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 go
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 own
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
RoutesBuilderLoad