Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 80725 invoked from network); 17 Nov 2006 04:43:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 04:43:45 -0000 Received: (qmail 3149 invoked by uid 500); 17 Nov 2006 04:43:55 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 3103 invoked by uid 500); 17 Nov 2006 04:43:54 -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 3094 invoked by uid 99); 17 Nov 2006 04:43:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 20:43:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Thu, 16 Nov 2006 20:43:44 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1B4F41A9846; Thu, 16 Nov 2006 20:43:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476050 - in /incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound: build.xml src/demo/client/GreeterClient.java Date: Fri, 17 Nov 2006 04:43:11 -0000 To: cxf-commits@incubator.apache.org From: mmao@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061117044312.1B4F41A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mmao Date: Thu Nov 16 20:43:11 2006 New Revision: 476050 URL: http://svn.apache.org/viewvc?view=rev&rev=476050 Log: Apply patch contributed by Unreal Jiang. * update jca inbound demo Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/build.xml incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/src/demo/client/GreeterClient.java Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/build.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/build.xml?view=diff&rev=476050&r1=476049&r2=476050 ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/build.xml (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/build.xml Thu Nov 16 20:43:11 2006 @@ -138,7 +138,7 @@ - + Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/src/demo/client/GreeterClient.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/src/demo/client/GreeterClient.java?view=diff&rev=476050&r1=476049&r2=476050 ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/src/demo/client/GreeterClient.java (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/inbound/src/demo/client/GreeterClient.java Thu Nov 16 20:43:11 2006 @@ -49,7 +49,7 @@ e.printStackTrace(); } - String address = "http://" + hostName + ":9999/Greeter"; + String address = "http://" + hostName + ":9999/GreeterBean"; ServiceImpl ss = new ServiceImpl(bus, null, serviceQName, null); ss.addPort(portQName, bindingId, address);