summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-node-runtime/src/test/resources
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 00:01:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-05 00:01:30 +0000
commit96d84290c1fd84fb99dc3aa7ffdf0cea6df71f32 (patch)
treec568d8dea07cac2c670e16b34e49f1b9f5f79907 /java/sca/modules/implementation-node-runtime/src/test/resources
parent7ebdb8f218e5c2dbdda0201a9941b79af667103e (diff)
Some more Updates to binding-ws to use OASIS namespaces/schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-node-runtime/src/test/resources')
-rw-r--r--java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite4
-rw-r--r--java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite4
2 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite b/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite
index 55644c27e5..5fefb6d4b5 100644
--- a/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite
+++ b/java/sca/modules/implementation-node-runtime/src/test/resources/TestComposite.composite
@@ -17,8 +17,8 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://sample/composite"
xmlns:sc="http://sample/composite"
name="TestComposite">
diff --git a/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite b/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite
index d4dc62a42d..90c0c9b8b1 100644
--- a/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite
+++ b/java/sca/modules/implementation-node-runtime/src/test/resources/TestNode.composite
@@ -17,8 +17,8 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://sample/node"
xmlns:sc="http://sample/composite"
name="TestNode">