diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-06 09:18:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-06 09:18:51 +0000 |
commit | 7b14d4de015669d5b3b412abb249f30a9a1c9979 (patch) | |
tree | 1c7cec8a90c76413efaf8c459197462d46a1f6de /java/sca/itest | |
parent | 49f347df353083e17cc58302324f3feb72dcb992 (diff) |
Update all the JMS itests to use the 2.x tuscany namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822173 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
13 files changed, 14 insertions, 13 deletions
diff --git a/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite b/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite index 90d37559da..67a62a7165 100644 --- a/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite +++ b/java/sca/itest/jms/definitions/src/main/resources/definitions/definitions.composite @@ -18,7 +18,8 @@ * under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- targetNamespace="http://jms"
+ xmlns:itest="http://itest"
+ targetNamespace="http://itest"
name="DefinitionsTests">
<component name="OneWayClient">
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 5395bd5a3a..22fc962461 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 @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite index 57bb781e7c..9dfca5da9b 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite index 1b093d18fd..088ee760ef 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmsdefault/helloworld.composite @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite index a46bcd123c..4d79759104 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmsmessage/helloworld.composite @@ -20,7 +20,7 @@ <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" xmlns:hw="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" name="helloworld"> <component name="HelloWorldReferenceComponent"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite index 6954ba19fc..87669533ec 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmsobject/helloworld.composite @@ -20,7 +20,7 @@ <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" xmlns:hw="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" name="jmsobject"> <component name="HelloWorldReferenceComponent"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite index 1f8bfcba0e..6a1bf0a34f 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmstext/helloworld.composite @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite index 40eb934c1f..bcd970f92a 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmstextxml/helloworld.composite @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite b/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite index d8f6dba5cc..98493cb3d7 100644 --- a/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite +++ b/java/sca/itest/jms/format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://helloworld" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworld"> diff --git a/java/sca/itest/jms/noreplyto/src/main/resources/service.composite b/java/sca/itest/jms/noreplyto/src/main/resources/service.composite index 8c185f0ae1..86bb60c147 100644 --- a/java/sca/itest/jms/noreplyto/src/main/resources/service.composite +++ b/java/sca/itest/jms/noreplyto/src/main/resources/service.composite @@ -19,7 +19,7 @@ -->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://itest"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
name="SimpleServiceComposite">
<component name="HelloWorldService">
diff --git a/java/sca/itest/jms/nulls/src/main/resources/nulls.composite b/java/sca/itest/jms/nulls/src/main/resources/nulls.composite index 7c665f080c..e190cf92c9 100644 --- a/java/sca/itest/jms/nulls/src/main/resources/nulls.composite +++ b/java/sca/itest/jms/nulls/src/main/resources/nulls.composite @@ -18,7 +18,7 @@ * under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://itest"
name="Nulls">
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 a51d0fdffa..e5b3f070b4 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 @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://itest" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" 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 cbf31af535..e04816d711 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 @@ -19,7 +19,7 @@ --> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://itest" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0" + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:hw="http://helloworld" name="helloworldUP"> |