0

I am very new to Camel and I am trying to create a camel route to expose an API I wrote. My code is shown below. The API I want to expose is a get method and the link I provided in the "toD" function is the host and path to the api in my application. enter image description here

However I keep getting this error:

org.apache.camel.NoSuchEndpointException: No endpoint could be found for: http://localhost:8580/bc/rest/demo/ta/paymentplan/v1, please check your classpath contains the needed Camel component jar.

I have added dependencies to my pom.xml file. The files I added are shown below My dependencies

Any help or advice would be appreciated. Thank you

  • Please, use code markdown code block instead of images https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors-when-asking-a-question – AddeusExMachina Oct 27 '22 at 15:37

0 Answers0