summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/samples/helloworld-reference-jms
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-07-02 11:56:34 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-07-02 11:56:34 +0000
commitefc7028a77132103a32eebe2bcbeffe9d82aa83c (patch)
tree038405f9e608f1195dc1e3e090b5e19d9eba48aa /branches/sca-java-1.3/samples/helloworld-reference-jms
parent64afdf4d6a1532196e9a9ffda45e4dabf05f2016 (diff)
TUSCANY-2420 start ActiveMQ when the server runs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/samples/helloworld-reference-jms')
-rw-r--r--branches/sca-java-1.3/samples/helloworld-reference-jms/src/main/resources/helloworldjmsservice.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/samples/helloworld-reference-jms/src/main/resources/helloworldjmsservice.composite b/branches/sca-java-1.3/samples/helloworld-reference-jms/src/main/resources/helloworldjmsservice.composite
index 6ccc48c3f6..e692ef8e4c 100644
--- a/branches/sca-java-1.3/samples/helloworld-reference-jms/src/main/resources/helloworldjmsservice.composite
+++ b/branches/sca-java-1.3/samples/helloworld-reference-jms/src/main/resources/helloworldjmsservice.composite
@@ -20,7 +20,7 @@
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://helloworld"
xmlns:hw="http://helloworld"
- name="helloworldws">
+ name="helloworld">
<component name="HelloWorldServiceComponent">
<implementation.java class="helloworld.HelloWorldImpl" />