Hi You need camel-xmpp.jar as well on the classpath.
However I would love Camel to provide better feedback when it can not resolve and endpoint, hinting that maybe xxx is missing in the classpth. I have forgotten myself once in a while to add camel-xxxx.jar also. If you are using maven 2 then you get all this for free with its dependency resolution. Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: Steve A. [mailto:[EMAIL PROTECTED] Sent: 27. august 2008 21:32 To: camel-user@activemq.apache.org Subject: xmpp endpoint exception Greetings! Pardon the newbie question, but I've been trying to modify the apache-camel-1.5-SNAPSHOT\examples\camel-example-spring-xquery to send the transformed message1.xml via xmpp to a jabber user, but I'm getting a NoSuchEndpointException. I changed the route defined in camelContext.xml by replacing <to uri="file:target/outputFiles"/> with <to uri="xmpp:[EMAIL PROTECTED]/[EMAIL PROTECTED]" />, and added smack_3_0_4/smack*.jar to my classpath. Do I need to define a xmpp endpoint in camelContext.xml? If so, can you please provide an example. Thanks, Steve -- View this message in context: http://www.nabble.com/xmpp-endpoint-exception-tp19188057s22882p19188057.html Sent from the Camel - Users mailing list archive at Nabble.com.