You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2011/01/21 14:36:53 UTC

Re: svn commit: r1061798 - /servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java

Hey Thomas !  It's been a long time.  Where have you been during all
those months ?
Glad you're back anyway :-)

On Fri, Jan 21, 2011 at 14:18,  <tt...@apache.org> wrote:
> Author: tterm
> Date: Fri Jan 21 13:18:35 2011
> New Revision: 1061798
>
> URL: http://svn.apache.org/viewvc?rev=1061798&view=rev
> Log:
> SM-2043 SimpleEndpoint fail method error is not logged
>
> Modified:
>    servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java
>
> Modified: servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java
> URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java?rev=1061798&r1=1061797&r2=1061798&view=diff
> ==============================================================================
> --- servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java (original)
> +++ servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java Fri Jan 21 13:18:35 2011
> @@ -87,7 +87,7 @@ public abstract class SimpleEndpoint ext
>
>     protected void fail(MessageExchange me, Exception error) throws MessagingException {
>         if (LOG.isWarnEnabled()) {
> -            LOG.warn("SimpleEndpoint.fail called: ");
> +            LOG.warn("SimpleEndpoint.fail called: ", error);
>         }
>
>         me.setError(error);
>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: svn commit: r1061798 - /servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java

Posted by Thomas Termin <th...@blue-elephant-systems.com>.
Hi Guillaume,

thanks. Yeah it's been a long time. I was busy working for my company 
and all that. :-D But I hope I can be a bit more involved here again.

Cheers,
Thomas

On 21.01.2011 14:36, Guillaume Nodet wrote:
> Hey Thomas !  It's been a long time.  Where have you been during all
> those months ?
> Glad you're back anyway :-)
>
> On Fri, Jan 21, 2011 at 14:18,<tt...@apache.org>  wrote:
>> Author: tterm
>> Date: Fri Jan 21 13:18:35 2011
>> New Revision: 1061798
>>
>> URL: http://svn.apache.org/viewvc?rev=1061798&view=rev
>> Log:
>> SM-2043 SimpleEndpoint fail method error is not logged
>>
>> Modified:
>>     servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java
>>
>> Modified: servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java
>> URL: http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java?rev=1061798&r1=1061797&r2=1061798&view=diff
>> ==============================================================================
>> --- servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java (original)
>> +++ servicemix/components/trunk/shared-libraries/servicemix-common/src/main/java/org/apache/servicemix/common/endpoints/SimpleEndpoint.java Fri Jan 21 13:18:35 2011
>> @@ -87,7 +87,7 @@ public abstract class SimpleEndpoint ext
>>
>>      protected void fail(MessageExchange me, Exception error) throws MessagingException {
>>          if (LOG.isWarnEnabled()) {
>> -            LOG.warn("SimpleEndpoint.fail called: ");
>> +            LOG.warn("SimpleEndpoint.fail called: ", error);
>>          }
>>
>>          me.setError(error);
>>
>>
>>
>
>