Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 82002 invoked from network); 21 Nov 2007 09:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 09:23:15 -0000 Received: (qmail 44623 invoked by uid 500); 21 Nov 2007 09:23:02 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 44487 invoked by uid 500); 21 Nov 2007 09:23:02 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 44478 invoked by uid 99); 21 Nov 2007 09:23:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 01:23:02 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 09:23:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 209851A9838; Wed, 21 Nov 2007 01:22:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r597004 - in /incubator/cxf/branches/2.0.x-fixes: ./ testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java Date: Wed, 21 Nov 2007 09:22:53 -0000 To: cxf-commits@incubator.apache.org From: mmao@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071121092254.209851A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mmao Date: Wed Nov 21 01:22:51 2007 New Revision: 597004 URL: http://svn.apache.org/viewvc?rev=597004&view=rev Log: Merged revisions 596565 via svnmerge from https://svn.apache.org/repos/asf/incubator/cxf/trunk ........ r596565 | mmao | 2007-11-20 16:18:59 +0800 (Tue, 20 Nov 2007) | 3 lines * Cleanup the output during the tests ........ Modified: incubator/cxf/branches/2.0.x-fixes/ (props changed) incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java Propchange: incubator/cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java?rev=597004&r1=597003&r2=597004&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java (original) +++ incubator/cxf/branches/2.0.x-fixes/testutils/src/main/java/org/apache/hello_world_soap_http/GreeterImpl.java Wed Nov 21 01:22:51 2007 @@ -122,7 +122,7 @@ public void greetMeOneWay(String requestType) { invocationCount++; - System.out.println("********* greetMeOneWay: " + requestType); + //System.out.println("********* greetMeOneWay: " + requestType); } public String greetMeSometime(String me) {