Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-09 Thread akuhtz
Hi, Thanks for the quick fix. -- View this message in context: http://old.nabble.com/Log-INFO-message-instead-of-WARN-if-no-eventEndpoint-available-tp26230833p26262969.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-08 Thread Claus Ibsen
to handle event: " + event); >> } >> > > Yeah please create a ticket in the JIRA then we can get it fixed. > >> >> Thanks >> Andi >> -- >> View this message in context: >> http://old.nabble.com/Log-INFO-message-instead-of-WARN-if-no-ev

Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-07 Thread Claus Ibsen
; if (eventEndpoint != null) { >   eventEndpoint.onApplicationEvent(event); > } else { >   LOG.warn("No spring-event endpoint enabled to handle event: " + event); > } > Yeah please create a ticket in the JIRA then we can get it fixed. > > Thanks > Andi > -- > View this message in conte