summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-07 12:35:53 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-07 12:35:53 +0000
commit44b53d6e49aee02ca44f3b1c57378dd6ce7f20ca (patch)
tree05a6ce683e6fda43a5939dce7dceeba1ca695567 /java/sca/itest/jms/format
parent2828a49676d2196486a409ce502aff40ef1873fb (diff)
Separate out the JMS format itests into individual modules as teh exitsing format test has multiple composites with duplicates which makes it hard to debug. Add the working format tests into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822695 13f79535-47bb-0310-9956-ffa450edef68
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">