diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 12:16:08 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-11 12:16:08 +0000 |
commit | 0340bbefeec0581bfd4920718c2cfd4914d0650c (patch) | |
tree | 8ab6b5b72151cc9ef15cce2114702bf497822e19 /branches | |
parent | 5655fa5294d7cc72e67e0694a42688580a27ab39 (diff) |
TUSCANY-2710: zipcode-jaxws sample in binary distribution hangs - merge fix frm 1.x to 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-java-1.4/samples/zipcode-jaxws/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-java-1.4/samples/zipcode-jaxws/README b/branches/sca-java-1.4/samples/zipcode-jaxws/README index 12f81543f0..03f97f0ceb 100644 --- a/branches/sca-java-1.4/samples/zipcode-jaxws/README +++ b/branches/sca-java-1.4/samples/zipcode-jaxws/README @@ -62,6 +62,11 @@ ress: As this point the Web resource is exposed by a web server started automatically
by the SCA runtime. To stop the server just press enter.
+*** Note: This sample uses external services hosted at www.webservicex.net, these
+ services are occasionally not available which causes this sample to hang.
+ If that happens please try again later.
+
+
Building The Sample Using Maven
-------------------------------------------
With either the binary or source distributions the sample can be built using
|