Re: splitting xml failed when running on tomcat

2013-10-06 Thread hutao722
Thank you Willem. Solved per your suggestion! -- View this message in context: http://camel.465427.n5.nabble.com/splitting-xml-failed-when-running-on-tomcat-tp5740407p5740952.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: splitting xml failed when running on tomcat

2013-09-30 Thread hutao722
in context: http://camel.465427.n5.nabble.com/splitting-xml-failed-when-running-on-tomcat-tp5740407p5740448.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: splitting xml failed when running on tomcat

2013-09-30 Thread Claus Ibsen
cannot set the split result to the entity, the entity returned to client is still the entire xml from web service. Any ideas? -- View this message in context: http://camel.465427.n5.nabble.com/splitting-xml-failed-when-running-on-tomcat-tp5740407p5740448.html Sent from the Camel - Users

Re: splitting xml failed when running on tomcat

2013-09-30 Thread Willem.Jiang
As you are using splitter you have to aggregator to put the response together. -- View this message in context: http://camel.465427.n5.nabble.com/splitting-xml-failed-when-running-on-tomcat-tp5740407p5740482.html Sent from the Camel - Users mailing list archive at Nabble.com.

splitting xml failed when running on tomcat

2013-09-29 Thread hutao722
, MediaType.TEXT_XML); exchange.getOut().setBody(response); } }); Why? Do i need to do something when running on Tomcat? Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/splitting-xml-failed-when-running-on-tomcat-tp5740407.html Sent from