summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-08 20:56:01 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-07-08 20:56:01 +0000
commit77bd0a0dab1f3c4d171817604cf118efabc32019 (patch)
tree5ab6d8b8e4aa0d77a56e03fed4817dc6f50da61a /branches
parent9dc9fc18010e11dc659b6ff597fca5d375a496da (diff)
TUSCANY-3134 - Fixing obsolete Tuscany namespace, trying to resolve BPEL iTest failures
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-2.0-M3/modules/node-impl/src/test/resources/HelloWorld.composite2
-rw-r--r--branches/sca-java-2.0-M3/samples/webapps/helloworld-bpel/src/main/webapp/WEB-INF/web.composite2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-2.0-M3/modules/node-impl/src/test/resources/HelloWorld.composite b/branches/sca-java-2.0-M3/modules/node-impl/src/test/resources/HelloWorld.composite
index 27ddcb94a8..4c6f1b082f 100644
--- a/branches/sca-java-2.0-M3/modules/node-impl/src/test/resources/HelloWorld.composite
+++ b/branches/sca-java-2.0-M3/modules/node-impl/src/test/resources/HelloWorld.composite
@@ -18,7 +18,7 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:tuscany="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://sample/composite"
xmlns:sc="http://sample/composite"
name="HelloWorld">
diff --git a/branches/sca-java-2.0-M3/samples/webapps/helloworld-bpel/src/main/webapp/WEB-INF/web.composite b/branches/sca-java-2.0-M3/samples/webapps/helloworld-bpel/src/main/webapp/WEB-INF/web.composite
index 5848892bd9..85d12156d1 100644
--- a/branches/sca-java-2.0-M3/samples/webapps/helloworld-bpel/src/main/webapp/WEB-INF/web.composite
+++ b/branches/sca-java-2.0-M3/samples/webapps/helloworld-bpel/src/main/webapp/WEB-INF/web.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"
xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld"
targetNamespace="http://sample"
name="helloworld-bpel">