summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-26 14:58:09 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-26 14:58:09 +0000
commit25370b71395929ab338eccb9af2d57d19e2a7c1e (patch)
tree8544530a9d320764189a328df367e279d202e2a2 /sca-java-1.x/trunk/tutorials
parent1b337ee0eafb79ee99995df251539bc97283fd4b (diff)
Minor fixes to README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948466 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/README26
1 files changed, 15 insertions, 11 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/README b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/README
index 9551b7769c..456e4c11de 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/README
+++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/release/README
@@ -23,14 +23,18 @@ travelsample top-level directory for the travel sample
Note 1: The travel sample depends on the Apache Tuscany SCA Java 1.x binary
distribution, which is downloaded separately from the travel sample.
-To avoid needless duplication, the "lib" directory of the travel sample
-only contains dependencies that aren't provided in the current release
-of the Tuscany SCA Java 1.x binary distribution.
+To avoid needless duplication, the "lib" directory of the travel sample only
+contains dependencies that aren't provided in the Apache Tuscany SCA Java 1.x
+binary distribution. The 1.0 release of the travel sample has been tested
+with Apache Tuscany SCA Java 1.6.
-Note 2: Before attempting to build or run the travel sample, you will need to
-download the Apache Tuscany SCA Java 1.6 (or later) binary distribution and
-set your TUSCANY_HOME environment variable to a local directory containing
-the unpacked binary distribution.
+Note 2: The 1.0 release of the travel sample is not compatible with
+Apache Tuscany SCA Java 2.x.
+
+Note 3: Before attempting to build or run the travel sample, you will need
+to download the Apache Tuscany SCA Java 1.6 (or later 1.x release) binary
+distribution and set your TUSCANY_HOME environment variable to a local
+directory containing the unpacked binary distribution.
Overview of the travel sample
@@ -467,12 +471,12 @@ Table 1. Running scenarios packaged as launchers and contributions
| 7) Full application | fullapp | ant run | http://localhost:8080/scatours |
---------------------------------------------------------------------------------------------------------------
| 8) Full application | fullapp-nodes | ant run-domain | |
-| (distributed) | | ant run | |
+| (distributed) | | ant run | http://localhost:8080/scatours |
---------------------------------------------------------------------------------------------------------------
| 9) Callback | payment-java-callback | ant run | |
---------------------------------------------------------------------------------------------------------------
| 10) Reference | payment-java-reference-pass | ant run | |
-| passing | | ant run | |
+| passing | | | |
---------------------------------------------------------------------------------------------------------------
| 11) Help pages | help-pages | ant run | http://localhost:8085/help/index.html |
---------------------------------------------------------------------------------------------------------------
@@ -615,7 +619,7 @@ a binary package for the travel sample will be created in the binaries/target
directory and its subdirectories. This binary package contains all the built
jar and war files and runtime dependencies for these files. By looking at the
contents of the binaries/target directory tree you can see how to package a
-Yuscany application in binary form for distribution to users of the application.
+Tuscany application in binary form for distribution to users of the application.
The following subdirectories of binaries/target contain jar and war files
for the travel sample:
@@ -674,7 +678,7 @@ Table 3. Running scenarios with launchers from the binaries/target directory
| 7) Full application | launchers | ant run-fullapp | http://localhost:8080/scatours |
-------------------------------------------------------------------------------------------------------------------
| 8) Full application | launchers | ant run-fullapp-domain | |
-| (distributed) | launchers | ant run-fullapp-nodes | |
+| (distributed) | launchers | ant run-fullapp-nodes | http://localhost:8080/scatours |
-------------------------------------------------------------------------------------------------------------------
| 9) Callback | launchers | ant run-payment-java-callback | |
-------------------------------------------------------------------------------------------------------------------