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.