Re: Mulitcast and stopOnexception

2013-05-24 Thread Nibs
Hi , I am bit new with camel but i was stuck in multicast exception handling you can follow this link http://camel.apache.org/exception-clause.html and I will suggest you refer your customexception class to your route where you are doing multicast I mean to say route onexception call your

camel multicast

2013-05-16 Thread Nibs
Hi I am using camel 2.4 I know its a old version of camel but I need a help badly I am using multiacast to process same message differently. I wanted to replies from both the message ,so if one endpoint fails to process the message ,the 2nd endpoint also stop the processing and the message will

Re: camel multicast

2013-05-16 Thread Nibs
yes I did that but nothing work -- View this message in context: http://camel.465427.n5.nabble.com/camel-multicast-tp5732682p5732698.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: recipientList not working properly

2013-04-25 Thread Nibs
Thanks Claus and Christian for ur suggestions. Actually i am working on some old projects so currently i need a fix on camel 2.4 yeah but for sure we will upgrade taht. actually the error caused is Caused by: org.apache.camel.InvalidPayloadException: No body available of type:

Re: recipientList not working properly

2013-04-25 Thread Nibs
its a very strange behaviour of camel don't know what went wrong for validation to uri=validator:file:C:/Users/kumarini/eIntegrationXml/xsd/abc.xsd/ works fine but when i tring to do like this body become null setHeader headerName=xsdFilepro

recipientList not working properly

2013-04-24 Thread Nibs
Hi am trying to some validation and then xml to xslt transformation using recipientList. It was working fine when i have single route. but as my task require aggregator, splitter so i added some more routes,after that i got error :DefaultErrorHandler: (Logger.java:248) Failed delivery for

Re: recipientList not working properly

2013-04-24 Thread Nibs
I am using camel 2.4 -- View this message in context: http://camel.465427.n5.nabble.com/recipientList-not-working-properly-tp5731447p5731455.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: recipientList not working properly

2013-04-24 Thread Nibs
Thanks a lot but i am already using convertBodytype=String but that didnt work -- View this message in context: http://camel.465427.n5.nabble.com/recipientList-not-working-properly-tp5731447p5731457.html Sent from the Camel - Users mailing list archive at Nabble.com.