Hi, I'm using camel version 2.17.1 and I have some problem with the weaveAddFirst method. When a route level onException clause exist and only one advice added or multiple advice added, but the first one contains the weaveAddFirst method, then camel will throw an exception:
"java.lang.IllegalArgumentException: There are no outputs which matches: * in the route: Route(exceptionFirst)[[From[direct:exceptionFirst]] -> [OnException[[class java.lang.Exception] -> [process[Processor@0x49438269]]], process[Processor@0xba2f4ec]]]" Attached a single junit test file, I'm able to reproduce the bug with this in the mentioned camel version and even in the latest one(2.17.3) too. OnExceptionTest.java <http://camel.465427.n5.nabble.com/file/n5787900/OnExceptionTest.java> -- View this message in context: http://camel.465427.n5.nabble.com/weaveAddFirst-doesn-t-work-correctly-with-route-level-onException-tp5787900.html Sent from the Camel - Users mailing list archive at Nabble.com.