Re: ReportIncident tutorial - Logging Issue..

2014-10-27 Thread javajenks
e.com/articles/open-source-integration-apache > <http://java.dzone.com/articles/open-source-integration-apache> > > > > On Sun, Oct 26, 2014 at 12:03 AM, javajenks <[hidden email] > > wrote: > > > Sure - in fact, the message payload was not being logged at

Re: ReportIncident tutorial - Logging Issue..

2014-10-25 Thread javajenks
Sure - in fact, the message payload was not being logged at all. Added code to check the exception after producer.process(..) - there was a NPE generated during processing, as the logger had not been initialised - see below for stacktrace. Caused by: java.lang.NullPointerException: null