summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/jms/format')
-rw-r--r--java/sca/itest/jms/format/src/main/resources/META-INF/sca-contribution.xml6
-rw-r--r--java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite2
2 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/itest/jms/format/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/jms/format/src/main/resources/META-INF/sca-contribution.xml
index f2564234fd..657867bdb4 100644
--- a/java/sca/itest/jms/format/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/jms/format/src/main/resources/META-INF/sca-contribution.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:hw="http://helloworld">
- <deployable composite="hw:jmsobject" />
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:itest="http://itest">
+ <deployable composite="itest:helloworld" />
</contribution>
diff --git a/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
index 22fc962461..8270d6e5d3 100644
--- a/java/sca/itest/jms/format/src/main/resources/jmsbytes/helloworld.composite
+++ b/java/sca/itest/jms/format/src/main/resources/jmsbytes/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.1"
xmlns:hw="http://helloworld"
name="helloworld">