Hi Thomas, This link might be of interest: https://camel.apache.org/manual/latest/writing-components.html
In your case, I wonder if you missed to create the thomas component first. hth, Alex On Mon, Sep 16, 2019 at 12:44 PM <thomas.thi...@telekom.de> wrote: > Hi, > > can some point me to a working example where an own endpoint was created. > > In route I say: > > .to("thomas://foo") > > my Endpoint is > > @Component > @UriEndpoint(scheme = "thomas", title = "Thiele", syntax="thomas:name", > label = "Thomas") > public class ThomasStep extends DefaultEndpoint > {} > > But I get. > > thomas://name due to: No component found with scheme: thomas >