summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 08:26:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-11 08:26:48 +0000
commit1876c96e45185ec0b48d7b19b30fe29d903f5c37 (patch)
treed2f85581f7358043eded86f828ce6cdf2266b442 /sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test
parent0f4450efb862e469b071e75f4d9c85ee0f83bc6e (diff)
TUSCANY-3388 - Updating to the latests OASIS schema
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType2
-rw-r--r--sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType2
-rw-r--r--sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite2
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType b/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
index 6def6715fd..59e7606bbb 100644
--- a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
+++ b/sca-java-2.x/trunk/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://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<service name="HelloWorldService">
<interface.java interface="helloworld.HelloWorldService"/>
</service>
diff --git a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType b/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
index 5a68cdde8d..819a00f978 100644
--- a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
+++ b/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/HelloWorldRmiImpl.componentType
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<service name="HelloWorldRmiService">
<interface.java interface="helloworld.HelloWorldRmiService"/>
diff --git a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite b/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite
index 06c1c5e9fc..9d526b7f11 100644
--- a/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite
+++ b/sca-java-2.x/trunk/modules/binding-rmi-runtime/src/test/resources/RMIBindingTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://tuscany.apache.org/xmlns/sca/1.1"
name="HelloWorldRmiComposite">