Re: Mulitcast and stopOnexception

2013-05-24 Thread crmanoj
Thank you! I do use the exception handling in my route but the problem is
when I use stoponexception, On an exception the execution stops and throws
'parallel processing exception' instead of custom exception. May be that's
the behaviour. Any thoughts on this?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Mulitcast-and-stopOnexception-tp5733047p5733130.html
Sent from the Camel - Users mailing list archive at Nabble.com.


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 



call your customException








Don't  know how much this will help you
best of luck !!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Mulitcast-and-stopOnexception-tp5733047p5733089.html
Sent from the Camel - Users mailing list archive at Nabble.com.