Hi Claus... Thank you for replying me.
I tried this way but here the exchange is  empty.. 

from("servlet:///hello?servletName=TestServlet").log("log:
${body}").process(new Processor() {
                        public void process(Exchange exchange) throws Exception 
{
                                String data = 
exchange.getIn().getBody(String.class);
                                LOG.info("log data message " + data);
 
                        }
                } 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Exchange-Body-is-null-while-using-processor-tp5754445p5754481.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to