Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77BAA985D for ; Wed, 21 Mar 2012 21:20:26 +0000 (UTC) Received: (qmail 83383 invoked by uid 500); 21 Mar 2012 21:20:26 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 83332 invoked by uid 500); 21 Mar 2012 21:20:26 -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 83324 invoked by uid 99); 21 Mar 2012 21:20:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 21:20:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 21 Mar 2012 21:20:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4ACB3238890B; Wed, 21 Mar 2012 21:20:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1303576 - /cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt Date: Wed, 21 Mar 2012 21:20:05 -0000 To: commits@cxf.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120321212005.4ACB3238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmazza Date: Wed Mar 21 21:20:04 2012 New Revision: 1303576 URL: http://svn.apache.org/viewvc?rev=1303576&view=rev Log: README file created for java_first_jms sample. Added: cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt Added: cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt?rev=1303576&view=auto ============================================================================== --- cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt (added) +++ cxf/trunk/distribution/src/main/release/samples/java_first_jms/README.txt Wed Mar 21 21:20:04 2012 @@ -0,0 +1,23 @@ +Java-First JMS Sample +===================== + +This sample demonstrates use of SOAP over the JMS protocol. + +Please review the README in the samples directory before +continuing. + +Building and running the demo using Maven +----------------------------------------- + +From the base directory of this sample (i.e., where this README file is +located), using either UNIX or Windows, run "mvn clean install" to +build the sample. + +To run the sample, using either UNIX or Windows: + + mvn -Pserver (in one terminal window) + mvn -Pclient (in another) + +When finished, to delete the code generated during the build process +run "mvn clean". +