You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2010/11/24 04:14:35 UTC

svn commit: r1038455 - in /cxf/branches/2.2.x-fixes: ./ systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java

Author: ffang
Date: Wed Nov 24 03:14:34 2010
New Revision: 1038455

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

................
  r1038451 | ffang | 2010-11-24 11:04:25 +0800 (三, 24 11 2010) | 9 lines
  
  Merged revisions 1038449 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1038449 | ffang | 2010-11-24 10:53:41 +0800 (三, 24 11 2010) | 1 line
    
    remove printStackTrace
  ........
................

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java

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

Modified: cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java?rev=1038455&r1=1038454&r2=1038455&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java (original)
+++ cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Wed Nov 24 03:14:34 2010
@@ -147,7 +147,7 @@ public class DispatchClientServerWithMal
                 SOAPMessage reply = response.get();
                 replyBuffer = reply.getSOAPBody().getTextContent();
             } catch (Exception e) {
-                e.printStackTrace();
+                //
             }
         }