summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/selectors
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/itest/jms/selectors/src/main/resources/META-INF/sca-contribution.xml25
-rw-r--r--java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite2
-rw-r--r--java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite4
-rw-r--r--java/sca/itest/jms/selectors/src/main/resources/selectors/selectors.composite4
4 files changed, 30 insertions, 5 deletions
diff --git a/java/sca/itest/jms/selectors/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/jms/selectors/src/main/resources/META-INF/sca-contribution.xml
new file mode 100644
index 0000000000..59cf4aee9d
--- /dev/null
+++ b/java/sca/itest/jms/selectors/src/main/resources/META-INF/sca-contribution.xml
@@ -0,0 +1,25 @@
+<?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.
+-->
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:itest="http://itest">
+ <deployable composite="itest:helloworld"/>
+ <deployable composite="itest:helloworldUP"/>
+ <deployable composite="itest:Selectors"/>
+</contribution> \ No newline at end of file
diff --git a/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite b/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite
index 6851acdb5d..a51d0fdffa 100644
--- a/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite
+++ b/java/sca/itest/jms/selectors/src/main/resources/jmsdefault/helloworld.composite
@@ -18,7 +18,7 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- targetNamespace="http://helloworld"
+ targetNamespace="http://itest"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:hw="http://helloworld"
name="helloworld">
diff --git a/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite b/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite
index 30db3df93b..cbf31af535 100644
--- a/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite
+++ b/java/sca/itest/jms/selectors/src/main/resources/jmsuserprop/helloworld.composite
@@ -18,10 +18,10 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- targetNamespace="http://helloworld"
+ targetNamespace="http://itest"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
xmlns:hw="http://helloworld"
- name="helloworld">
+ name="helloworldUP">
<component name="HelloWorldReferenceComponent">
<implementation.java class="org.apache.tuscany.sca.binding.jms.operationselector.jmsuserprop.HelloWorldReferenceImpl" />
diff --git a/java/sca/itest/jms/selectors/src/main/resources/selectors/selectors.composite b/java/sca/itest/jms/selectors/src/main/resources/selectors/selectors.composite
index 8973946abd..c709fa6eb1 100644
--- a/java/sca/itest/jms/selectors/src/main/resources/selectors/selectors.composite
+++ b/java/sca/itest/jms/selectors/src/main/resources/selectors/selectors.composite
@@ -18,9 +18,9 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- targetNamespace="http://jms"
+ targetNamespace="http://itest"
xmlns:itest="http://jms"
- name="DefinitionsTests">
+ name="Selectors">
<component name="Client1">
<implementation.java class="org.apache.tuscany.sca.binding.jms.ClientImpl"/>