Hi Thomas Welcome aboard on the Camel ;) You jira ticket is correct. You have even code formatted the text and remembers to attach files with the ASF license. This is very OK.
You can try to patch it if you like. I will suggest looking into the code in LoggingErrorHandler that does the try .. catch stuff and improve it to handle also if exchange.getException() != null and if this is the case then it should also log it as an error. Check out this wiki: http://activemq.apache.org/camel/contributing.html And if you need to build the code, then you can just do it with camel-core and not all the components etc. cd camel cd camel-core mvn install Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: Tomasz Domzal [mailto:[EMAIL PROTECTED] Sent: 7. august 2008 23:29 To: [email protected] Subject: RE: Exception is not logged or handled when error handler is LoggingErrorHandler and processing occurs inside Pipeline Claus Ibsen wrote: > > Good spot. Could you create a JIRA ticket for the bug? > Done. https://issues.apache.org/activemq/browse/CAMEL-792 I created apache issue first time so please verify if it's ok :) I can also try prepare patch for that (heh, why not?) but need a little bit coaching because camel error handling 'strategy' is not completely clear for me... Regards Tomek -- View this message in context: http://www.nabble.com/Exception-is-not-logged-or-handled-when-error-handler-is-LoggingErrorHandler-and-processing-occurs-inside-Pipeline-tp18855167s22882p18880069.html Sent from the Camel - Users mailing list archive at Nabble.com.
