You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2011/07/03 15:43:24 UTC

svn commit: r1142437 - in /cxf/branches/2.3.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java

Author: gmazza
Date: Sun Jul  3 13:43:23 2011
New Revision: 1142437

URL: http://svn.apache.org/viewvc?rev=1142437&view=rev
Log:
Merged revisions 1142436 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes

................
  r1142436 | gmazza | 2011-07-03 09:41:22 -0400 (Sun, 03 Jul 2011) | 9 lines
  
  Merged revisions 1142435 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1142435 | gmazza | 2011-07-03 09:37:58 -0400 (Sun, 03 Jul 2011) | 1 line
    
    Text formatting change.
  ........
................

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java

Propchange: cxf/branches/2.3.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java?rev=1142437&r1=1142436&r2=1142437&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java (original)
+++ cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java Sun Jul  3 13:43:23 2011
@@ -120,8 +120,8 @@ public class OneWayProcessorInterceptor 
                 } catch (RejectedExecutionException e) {
                     //the executor queue is full, so run the task in the caller thread
                     LOG.warning(
-                        "the executor queue is full, run the oneway invocation task in caller thread." 
-                        + "Users can specify a larger executor queue to avoid this.");
+                        "Executor queue is full, run the oneway invocation task in caller thread." 
+                        + "  Users can specify a larger executor queue to avoid this.");
                     chain.resume();
                 } catch (InterruptedException e) {
                     //ignore - likely a busy work queue so we'll just let the one-way go