Camel_exception_handling

2013-08-29 Thread mahii.in87
Hi *Any one advice me on this code snippet.The exception block onexception is not triggered when the expection is thrown.The address in jaxws:client id= is throwing target invocation error.But the exception handler is not picking the exceptions.Advice me on the correct usage of exception handler

Re: Camel_exception_handling

2013-08-29 Thread pradeep
Hi, I believe the on exception clues will not catch the exception thrown while creating the jaxws:client. Because it catches the exceptions that are triggered with in a camel context. Might be i am wrong. You can use try/catch for catching the exceptions in a

Re: Camel_exception_handling

2013-08-29 Thread Christian Posta
no, it will not. sounds like the error is being thrown when trying to create the jaxws client when the spring context bootstraps? doesn't sound related to camel, might have to ask the spring guys whats the best way to handle exceptions on startup. best bet is to just correct the URL :) On Thu,