Hi

See this link
http://camel.apache.org/why-is-the-exception-null-when-i-use-onexception.html

On Sat, May 11, 2013 at 9:46 PM, mbhaya <mohit.02...@gmail.com> wrote:
> Hi
>
> I am new to camel and was exploring onException clause. I am using the
> following way to handle exception.
> <onException>
> <exception>java.lang.Exception</exception>
> <handled><constant>true</constant></handled>
> <process ref="testProcessor"/>
> </onException>
>
> Following is the route that I have defined:
> <from uri="restlet:http://localshost:9090/user";>
> <enrich uri="http4://www.api/" strategyRef="testStrategy"/>
>
> now in order to test exception i have specified a wrong URI above in the
> enrich clause. when i run this exception is generated but I am not able to
> get the http response message or response code in the processor that I have
> specified in the exception clause.
>
> Kindly suggest.
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Not-able-to-get-Http-Response-message-code-in-case-of-wrong-URI-tp5732345.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to