summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 09:38:54 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 09:38:54 +0000
commit3d9fab57f79060c95c45e607ba5ca848e21052a7 (patch)
tree123d99c280623ab0b33fa38fd0c76ef692b19ca9 /java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite
parent092ea83de85786409f788324e0125e8aa592cac5 (diff)
Update all JMS itests to use the OASIS namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815240 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/jms/format/src/main/resources/jmsbytesxml/helloworld.composite4
1 files changed, 2 insertions, 2 deletions
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 fff5656c98..6b8072db5f 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
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+<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:hw="http://helloworld"
@@ -42,4 +42,4 @@
</binding.jms>
</service>
</component>
-</composite> \ No newline at end of file
+</composite>