MotaOcimar opened a new issue, #3869: URL: https://github.com/apache/camel-k/issues/3869
I'm trying to run the [Saga Camel K example](https://github.com/apache/camel-k/tree/main/examples/saga), but I'm facing the folloing error on the `saga` service: ``` Failed to start application (with profile prod): org.apache.camel.NoSuchEndpointException: No endpoint could be found for: direct://lra-compensation, please check your classpath contains the needed Camel component jar ``` Also, I tried to create the following route with an `direct://lra-compensation` endpoint just for testing: ```java from("direct://lra-compensation") .log("Hey, I shouldn't be here!"); ``` And I get the error ``` Failed to start application (with profile prod): org.apache.camel.FailedToStartRouteException: Failed to start route route4 because of Multiple consumers for the same endpoint is not allowed: direct://lra-compensation ``` This is so weird. After all, does the endpoint exist or not? -- 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 to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
