Hi,is it possible the programmatically replace parts of a route (for testing purposes) to temporarily add processor in the middle of the route for example? One case I (think) I need it for is for testing unexpected errors, I'd like to mimic this by 'injecting' a processor which throws a unchecked exception; the ErrorHandlerTest does do this but only with custom routes...
any ideas? Peter