Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread bvahdat
I just created one https://issues.apache.org/jira/browse/CAMEL-4754 Babak -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-occurs-log-name-tp5058304p5059334.html Sent from the Camel - Users mailing list

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Claus Ibsen
; New")) >                    .to("direct:bar") >                    .to("mock:result"); > >                from("direct:bar").routeId("bar") >                    .to("mock:bar") >                    .throwException(new Illega

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread bvahdat
ock:bar") .throwException(new IllegalArgumentException("Forced")); } }; } } Babak -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-occurs-log-name-tp5058304p5059125.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Pointless
nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-occurs-log-name-tp5058304p5059072.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Pointless
identifies-route-in-which-exception-occurs-log-name-tp5058304p5058757.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Claus Ibsen
apache.camel.camel-spring:2.7.1.fuse-00-43] >        at > org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:93)[62:org.apache.camel.camel-spring:2.7.1.fuse-00-43] >        at > org.apache.camel.spring.spi.TransactionErrorHandler.process(Transactio

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Pointless
at org.apache.camel.spring.spi.TransactionErrorHandler.process(TransactionErrorHandler.java:102)[62:org.apache.camel.camel-spring:2.7.1.fuse-00-43] .. -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Claus Ibsen
                   ** >                         message="Exchange[Id:${exchangeId}];${property.REQUEST_ID}" > loggingLevel="INFO" /> > >                 >                         message="Exchange[Id:${exchangeId}];${property.REQUEST_ID};Service > su

Re: global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread bvahdat
don't see the line: as you expect. BTW per default the onException.handled flag is 'false' so that you could (as per convention over configuration approach) remove the line: false Babak -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-

global onException clause wrongly identifies route in which exception occurs (log name)

2011-12-08 Thread Pointless
customerPaymentStatusReportV03 -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-clause-wrongly-identifies-route-in-which-exception-occurs-log-name-tp5058304p5058304.html Sent from the Camel - Users mailing list archive at Nabble.com.