Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.

Exception: org.apache.camel.NoSuchEndpointException

The usual cause for this Exception is a missing component JAR on the classpath. The exception detail message will tell you what the missing component is. You can solve the issue by adding the required JAR files to the classpath.

An example:
If you try to use the definition below without having camel-jetty.jar on the classpath, you'll run into this exception
org.apache.camel.NoSuchEndpointException: No endpoint could be found for: jetty:http://localhost:8080/bus

<camelContext id="camel" xmlns="http://activemq.apache.org/camel/schema/spring">
    <route>
	<from uri="jetty:http://localhost:8080/bus" />
	<to uri="file://C:/tmp/something.xml" /> 
    </route>
</camelContext>
© 2004-2015 The Apache Software Foundation.
Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Graphic Design By Hiram