summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-rmi-runtime/src/test
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-04 23:52:37 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-04 23:52:37 +0000
commit49330adfb56669335617e3bb89ce131e8e18a657 (patch)
treec6af8fff2e194f3ce9bbfc857297829a72ba6495 /java/sca/modules/binding-rmi-runtime/src/test
parenta837eb5f9e0cc7eacb3545479b8c5bb7e4749585 (diff)
Updates to binding-rmi to use OASIS namespaces/schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-rmi-runtime/src/test')
-rw-r--r--java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType2
-rw-r--r--java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType3
-rw-r--r--java/sca/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite4
3 files changed, 5 insertions, 4 deletions
diff --git a/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
index 224a68f88d..225eef119d 100644
--- a/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
+++ b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<service name="HelloWorldService">
<interface.java interface="helloworld.HelloWorldService"/>
</service>
diff --git a/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
index a83e7e6d1d..02a209a538 100644
--- a/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
+++ b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
@@ -16,11 +16,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<service name="HelloWorldRmiService">
<interface.java interface="helloworld.HelloWorldRmiService"/>
</service>
+
<reference name="extService">
<interface.java interface="helloworld.HelloWorldService"/>
</reference>
diff --git a/java/sca/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite b/java/sca/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite
index 2a0bcf0f76..64b2554dbd 100644
--- a/java/sca/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite
+++ b/java/sca/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.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"
name="HelloWorldRmiComposite">
<service name="HelloWorldRmiService" promote="HelloWorldServiceComponent">