Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 62940 invoked from network); 24 Nov 2010 02:54:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 02:54:45 -0000 Received: (qmail 70172 invoked by uid 500); 24 Nov 2010 02:55:17 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 70055 invoked by uid 500); 24 Nov 2010 02:55:17 -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 70048 invoked by uid 99); 24 Nov 2010 02:55:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 02:55:16 +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 02:55:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1080823889B2; Wed, 24 Nov 2010 02:53:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1038449 - /cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Date: Wed, 24 Nov 2010 02:53:42 -0000 To: commits@cxf.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101124025342.1080823889B2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ffang Date: Wed Nov 24 02:53:41 2010 New Revision: 1038449 URL: http://svn.apache.org/viewvc?rev=1038449&view=rev Log: remove printStackTrace Modified: cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Modified: cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java?rev=1038449&r1=1038448&r2=1038449&view=diff ============================================================================== --- cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java (original) +++ cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Wed Nov 24 02:53:41 2010 @@ -147,7 +147,7 @@ public class DispatchClientServerWithMal SOAPMessage reply = response.get(); replyBuffer = reply.getSOAPBody().getTextContent(); } catch (Exception e) { - e.printStackTrace(); + // } }