Re: sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Thank you.Its working.I implemented it using Email sending checking.!! -- View this message in context: http://camel.465427.n5.nabble.com/sending-email-getting-error-Error-processing-exchange-Exchange-Message-Body-is-null-tp5739344p5739350.html Sent from the Came

Re: sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread Claus Ibsen
The message body is null as the timer does not set any body. You can set a body first with Hello Mail On Sat, Sep 14, 2013 at 8:35 AM, vsmahesh wrote: > Hi all, > I am geeting the error body is null when i m trying to send mail from camel. > My route is like, > > > > > I tried with fo

sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Hi all, I am geeting the error body is null when i m trying to send mail from camel. My route is like, I tried with following process methods,but i am getting the same error @Override public void process(Exchange exchng) throws Exception { CamelContext context = null;