Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 76688 invoked from network); 24 Nov 2010 03:15:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 03:15:36 -0000 Received: (qmail 80587 invoked by uid 500); 24 Nov 2010 03:16:08 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 80486 invoked by uid 500); 24 Nov 2010 03:16:07 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 80479 invoked by uid 99); 24 Nov 2010 03:16:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 03:16:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 03:16:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3CC2223889C5; Wed, 24 Nov 2010 03:14:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1038455 - in /cxf/branches/2.2.x-fixes: ./ systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Date: Wed, 24 Nov 2010 03:14:35 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101124031435.3CC2223889C5@eris.apache.org> 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(); + // } }