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

Reply via email to