Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 25468 invoked from network); 4 Jul 2007 03:25:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 03:25:50 -0000 Received: (qmail 91015 invoked by uid 500); 4 Jul 2007 03:25:53 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 90972 invoked by uid 500); 4 Jul 2007 03:25:53 -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 90956 invoked by uid 99); 4 Jul 2007 03:25:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 20:25:52 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Tue, 03 Jul 2007 20:25:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 242911A981A; Tue, 3 Jul 2007 20:25:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r553057 - in /incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http: README.txt build.xml Date: Wed, 04 Jul 2007 03:25:28 -0000 To: cxf-commits@incubator.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070704032529.242911A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ffang Date: Tue Jul 3 20:25:28 2007 New Revision: 553057 URL: http://svn.apache.org/viewvc?view=rev&rev=553057 Log: [CXF-761] patch for jca sample provided by Jeff Zhang Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/README.txt incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/README.txt URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/README.txt?view=diff&rev=553057&r1=553056&r2=553057 ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/README.txt (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/README.txt Tue Jul 3 20:25:28 2007 @@ -62,7 +62,9 @@ deployment will be shared by all of the demos, so this step need only be completed once. - + If you embed CXF in software product which have license, please copy + the license file into $CXF_HOME/etc/ and save name with licenses.txt + How to deploy the Apache CXF J2EE Connector is dependent on your application server. Please consult your vendor documentation on connector deployment. Here are basic instructions to deploy Modified: incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml?view=diff&rev=553057&r1=553056&r2=553057 ============================================================================== --- incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml (original) +++ incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/hello_world_soap_http/build.xml Tue Jul 3 20:25:28 2007 @@ -38,6 +38,14 @@ + + + + + + + + @@ -90,17 +98,22 @@ - + + + + + - - + + + - - + + @@ -141,13 +154,6 @@ - - -