summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 09:46:45 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 09:46:45 +0000
commit11dcc5a7f0badd6db1d21e71886e3c75c242d918 (patch)
treee5c7f850f679c1e887753efec0e80f6b1525003d /sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
parent1b08d2a7cb28306baabaaf12f1daa39e866b9ff3 (diff)
Start of a three node test to stress the operation of a distributed registry. Not in build.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite29
1 files changed, 29 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite b/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
new file mode 100644
index 0000000000..55122d2d6c
--- /dev/null
+++ b/sca-java-2.x/trunk/itest/nodes/helloworld-service-a/src/main/resources/service-a.composite
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ targetNamespace="http://itest"
+ name="ServiceA">
+
+ <component name="ServiceA">
+ <implementation.java class="itest.nodes.HelloworldImpl"/>
+ <reference name="service" target="ServiceA"/>
+ </component>
+
+</composite>