Can you access the XMPP server with other client ? It looks like you are hitting some kind authentication issue.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Monday, February 25, 2013 at 10:20 AM, namita wrote: > I am trying to load the routes from xml file in camel.I am getting exception > SASL authentication failed.My code is: > for route-context.xml: > > <routes xmlns="http://camel.apache.org/schema/spring"> > > > <route id="bar"> > <from > uri="xmpp://namita@ingbtcpic5nb99e/[email protected] > (mailto:[email protected]);password=saimai"/> > > <to uri="bean:DataProcess"/> > </route> > > </routes> > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-XMPP-routing-tp5728071.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).
