Pratibha,
It is not because you're using Camel within ServiceMix, that shouldn't
make a difference. It's because of a type of mine -- it should say
errorHandler(noErrorHandler()) ;)
Gert
pratibhaG wrote:
Thanks Gert for your reply
Is it really
from(SERVICE_IN).errorHandler(noErrorHandler).to(BEAN_IN);
I am not able to build it.
it is not able to recognize noErrorhandler
ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/home/pghogale/projects/esb/example-jms-camel-working/tutorial-camel-su/src/main/java/errorhandling/camel/CamelErrorHandler.java:[19,46]
cannot find symbol
symbol : variable noErrorHandler
is it because I am using camel within servicemix 3.2.1?
Regards,
Pratibha