summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 04:36:04 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 04:36:04 +0000
commitc44e23eb0077e2eeb7ec79396837b88215d268af (patch)
tree643724b90addd35663ba9ece952d861aa493e75b /java/sca/itest
parent63bf29cb2ece06c52b7a59100895896f2668f8c7 (diff)
Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r--java/sca/itest/callback-api/src/main/resources/CallBackApiTest.composite2
-rw-r--r--java/sca/itest/callback-api/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/itest/callback-basic/src/main/resources/CallBackBasicTest.composite2
-rw-r--r--java/sca/itest/callback-basic/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/itest/callback-complex-type/src/main/resources/CallBackCTypeClient.composite2
-rw-r--r--java/sca/itest/callback-complex-type/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType2
-rw-r--r--java/sca/itest/callback-id/src/main/resources/CallBackIdClient.composite2
-rw-r--r--java/sca/itest/callback-multiple-wires/src/main/resources/CallbackMultiWireTest.composite2
-rw-r--r--java/sca/itest/callback-separatethread/src/main/resources/CallBackSeparateThreadTest.composite2
-rw-r--r--java/sca/itest/callback-set-callback/src/main/resources/CallBackSetCallbackTest.composite2
-rw-r--r--java/sca/itest/callback-set-conversation/src/main/resources/CallBackSetCallbackConvTest.composite2
-rw-r--r--java/sca/itest/component-type/src/main/resources/Calculator.composite2
-rw-r--r--java/sca/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType2
-rw-r--r--java/sca/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType2
-rw-r--r--java/sca/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType2
-rw-r--r--java/sca/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType2
-rw-r--r--java/sca/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType2
-rw-r--r--java/sca/itest/conversations/src/main/resources/ConversationAge.composite2
-rw-r--r--java/sca/itest/conversations/src/main/resources/ConversationUniqueId.composite2
-rw-r--r--java/sca/itest/conversations/src/main/resources/conversationId.composite2
-rw-r--r--java/sca/itest/conversations/src/main/resources/conversationLifetime.composite2
-rw-r--r--java/sca/itest/conversations/src/main/resources/conversational.composite2
-rw-r--r--java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite2
-rw-r--r--java/sca/itest/interfaces/src/main/resources/InterfacesTest.composite2
-rw-r--r--java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite4
-rw-r--r--java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite4
-rw-r--r--java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite4
-rw-r--r--java/sca/itest/references/src/main/resources/AutoWiredReferencesTest.composite2
-rw-r--r--java/sca/itest/references/src/main/resources/InnerReferencesTest.composite2
-rw-r--r--java/sca/itest/references/src/main/resources/ManualWiredReferencesTest.composite2
-rw-r--r--java/sca/itest/scopes/src/main/resources/scopes.composite2
-rw-r--r--java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/itest/services/src/main/resources/ServicesTest.composite2
-rw-r--r--java/sca/itest/wires/src/main/resources/WireTest.composite2
34 files changed, 37 insertions, 37 deletions
diff --git a/java/sca/itest/callback-api/src/main/resources/CallBackApiTest.composite b/java/sca/itest/callback-api/src/main/resources/CallBackApiTest.composite
index f7305351be..309311e258 100644
--- a/java/sca/itest/callback-api/src/main/resources/CallBackApiTest.composite
+++ b/java/sca/itest/callback-api/src/main/resources/CallBackApiTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackApiTest">
diff --git a/java/sca/itest/callback-api/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/callback-api/src/main/resources/META-INF/sca-contribution.xml
index 4b3e8ff21c..6e049d603e 100644
--- a/java/sca/itest/callback-api/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/callback-api/src/main/resources/META-INF/sca-contribution.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://callback"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://callback"
xmlns:t="http://callback">
<deployable composite="t:CallBackApiTest" />
</contribution> \ No newline at end of file
diff --git a/java/sca/itest/callback-basic/src/main/resources/CallBackBasicTest.composite b/java/sca/itest/callback-basic/src/main/resources/CallBackBasicTest.composite
index add67bb498..87cde940e1 100644
--- a/java/sca/itest/callback-basic/src/main/resources/CallBackBasicTest.composite
+++ b/java/sca/itest/callback-basic/src/main/resources/CallBackBasicTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackBasicTest">
diff --git a/java/sca/itest/callback-basic/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/callback-basic/src/main/resources/META-INF/sca-contribution.xml
index 6088a1d666..5816a12c70 100644
--- a/java/sca/itest/callback-basic/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/callback-basic/src/main/resources/META-INF/sca-contribution.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://callback"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://callback"
xmlns:t="http://callback">
<deployable composite="t:CallBackBasicTest" />
</contribution> \ No newline at end of file
diff --git a/java/sca/itest/callback-complex-type/src/main/resources/CallBackCTypeClient.composite b/java/sca/itest/callback-complex-type/src/main/resources/CallBackCTypeClient.composite
index 21b7946a98..2eea567fff 100644
--- a/java/sca/itest/callback-complex-type/src/main/resources/CallBackCTypeClient.composite
+++ b/java/sca/itest/callback-complex-type/src/main/resources/CallBackCTypeClient.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackCTypeTest">
diff --git a/java/sca/itest/callback-complex-type/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType b/java/sca/itest/callback-complex-type/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
index 0d37198fce..af0b373472 100644
--- a/java/sca/itest/callback-complex-type/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
+++ b/java/sca/itest/callback-complex-type/src/main/resources/org/apache/tuscany/sca/test/CallBackCTypeServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" >
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" >
<service name="CallBackCTypeService">
<interface.java interface="org.apache.tuscany.sca.test.CallBackCTypeService"
diff --git a/java/sca/itest/callback-id/src/main/resources/CallBackIdClient.composite b/java/sca/itest/callback-id/src/main/resources/CallBackIdClient.composite
index f1bee66af0..a2b69afe69 100644
--- a/java/sca/itest/callback-id/src/main/resources/CallBackIdClient.composite
+++ b/java/sca/itest/callback-id/src/main/resources/CallBackIdClient.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackIdTest">
diff --git a/java/sca/itest/callback-multiple-wires/src/main/resources/CallbackMultiWireTest.composite b/java/sca/itest/callback-multiple-wires/src/main/resources/CallbackMultiWireTest.composite
index 3ed96dd215..ddf25b2578 100644
--- a/java/sca/itest/callback-multiple-wires/src/main/resources/CallbackMultiWireTest.composite
+++ b/java/sca/itest/callback-multiple-wires/src/main/resources/CallbackMultiWireTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallbackMultiWireTest">
diff --git a/java/sca/itest/callback-separatethread/src/main/resources/CallBackSeparateThreadTest.composite b/java/sca/itest/callback-separatethread/src/main/resources/CallBackSeparateThreadTest.composite
index c20cf91b7d..a6e2c35761 100644
--- a/java/sca/itest/callback-separatethread/src/main/resources/CallBackSeparateThreadTest.composite
+++ b/java/sca/itest/callback-separatethread/src/main/resources/CallBackSeparateThreadTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://callback" name="CallBackSeparateThreadTest">
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://callback" name="CallBackSeparateThreadTest">
<component name="CallBackSeparateThreadClient">
<implementation.java class="org.apache.tuscany.sca.itest.CallBackSeparateThreadClientImpl"/>
diff --git a/java/sca/itest/callback-set-callback/src/main/resources/CallBackSetCallbackTest.composite b/java/sca/itest/callback-set-callback/src/main/resources/CallBackSetCallbackTest.composite
index 8165454ea8..274337fabc 100644
--- a/java/sca/itest/callback-set-callback/src/main/resources/CallBackSetCallbackTest.composite
+++ b/java/sca/itest/callback-set-callback/src/main/resources/CallBackSetCallbackTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackSetCallbackTest">
diff --git a/java/sca/itest/callback-set-conversation/src/main/resources/CallBackSetCallbackConvTest.composite b/java/sca/itest/callback-set-conversation/src/main/resources/CallBackSetCallbackConvTest.composite
index 15664b1231..831e488f1b 100644
--- a/java/sca/itest/callback-set-conversation/src/main/resources/CallBackSetCallbackConvTest.composite
+++ b/java/sca/itest/callback-set-conversation/src/main/resources/CallBackSetCallbackConvTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://callback"
name="CallBackSetCallbackConvTest">
diff --git a/java/sca/itest/component-type/src/main/resources/Calculator.composite b/java/sca/itest/component-type/src/main/resources/Calculator.composite
index 626e2a603b..1245792edb 100644
--- a/java/sca/itest/component-type/src/main/resources/Calculator.composite
+++ b/java/sca/itest/component-type/src/main/resources/Calculator.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://sample"
xmlns:sample="http://sample"
name="Calculator">
diff --git a/java/sca/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType b/java/sca/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType
index b3941440ba..78e169deb4 100644
--- a/java/sca/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType
+++ b/java/sca/itest/component-type/src/main/resources/calculator/AddServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<service name="AddService">
<interface.java interface="calculator.AddService"/>
diff --git a/java/sca/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType b/java/sca/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType
index 554847f0e0..5d66becedf 100644
--- a/java/sca/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType
+++ b/java/sca/itest/component-type/src/main/resources/calculator/CalculatorServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<service name="CalculatorService">
<interface.java interface="calculator.CalculatorService"/>
diff --git a/java/sca/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType b/java/sca/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType
index adb0a3d490..22236ae0d0 100644
--- a/java/sca/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType
+++ b/java/sca/itest/component-type/src/main/resources/calculator/DivideServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<service name="DivideService">
<interface.java interface="calculator.DivideService"/>
diff --git a/java/sca/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType b/java/sca/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType
index 6d0915403a..2035d617e5 100644
--- a/java/sca/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType
+++ b/java/sca/itest/component-type/src/main/resources/calculator/MultiplyServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<service name="MultiplyService">
<interface.java interface="calculator.MultiplyService"/>
diff --git a/java/sca/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType b/java/sca/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType
index 2ce72b4d47..fe76f553be 100644
--- a/java/sca/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType
+++ b/java/sca/itest/component-type/src/main/resources/calculator/SubtractServiceImpl.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712">
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903">
<service name="SubtractService">
<interface.java interface="calculator.SubtractService"/>
diff --git a/java/sca/itest/conversations/src/main/resources/ConversationAge.composite b/java/sca/itest/conversations/src/main/resources/ConversationAge.composite
index cd82031453..6674c87d77 100644
--- a/java/sca/itest/conversations/src/main/resources/ConversationAge.composite
+++ b/java/sca/itest/conversations/src/main/resources/ConversationAge.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="ConversationalIdTest">
<component name="ConversationAgeComponent">
diff --git a/java/sca/itest/conversations/src/main/resources/ConversationUniqueId.composite b/java/sca/itest/conversations/src/main/resources/ConversationUniqueId.composite
index 68070d7446..3fbffdc660 100644
--- a/java/sca/itest/conversations/src/main/resources/ConversationUniqueId.composite
+++ b/java/sca/itest/conversations/src/main/resources/ConversationUniqueId.composite
@@ -20,7 +20,7 @@
<!-- $Rev$ $Date$ -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://conversations"
name="ConversationUniqueIdTest">
diff --git a/java/sca/itest/conversations/src/main/resources/conversationId.composite b/java/sca/itest/conversations/src/main/resources/conversationId.composite
index 2abada3397..50ffdea701 100644
--- a/java/sca/itest/conversations/src/main/resources/conversationId.composite
+++ b/java/sca/itest/conversations/src/main/resources/conversationId.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="ConversationalIdTest">
<component name="ConversationIdComponent">
diff --git a/java/sca/itest/conversations/src/main/resources/conversationLifetime.composite b/java/sca/itest/conversations/src/main/resources/conversationLifetime.composite
index 4e994de7ce..538e2f63fd 100644
--- a/java/sca/itest/conversations/src/main/resources/conversationLifetime.composite
+++ b/java/sca/itest/conversations/src/main/resources/conversationLifetime.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://conversations"
name="conversationLifetimeTest">
diff --git a/java/sca/itest/conversations/src/main/resources/conversational.composite b/java/sca/itest/conversations/src/main/resources/conversational.composite
index abe13badb8..dba9cec03f 100644
--- a/java/sca/itest/conversations/src/main/resources/conversational.composite
+++ b/java/sca/itest/conversations/src/main/resources/conversational.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
targetNamespace="http://conversations"
name="ConversationalITest">
diff --git a/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite b/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
index 4c196247d3..d42866303e 100644
--- a/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
+++ b/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="ExceptionTest">
<component name="main">
<implementation.java class="org.apache.tuscany.sca.test.exceptions.impl.ExceptionHandlerImpl" />
diff --git a/java/sca/itest/interfaces/src/main/resources/InterfacesTest.composite b/java/sca/itest/interfaces/src/main/resources/InterfacesTest.composite
index ec5adc67e6..8b3d0e8f63 100644
--- a/java/sca/itest/interfaces/src/main/resources/InterfacesTest.composite
+++ b/java/sca/itest/interfaces/src/main/resources/InterfacesTest.composite
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="InterfacesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component name="LocalClientComponent">
diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite
index f5935ca16a..090bc49a41 100644
--- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite
+++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService1Auto.composite
@@ -18,10 +18,10 @@
* under the License.
-->
<composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:foo="http://foo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200903 http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="TotalComposite1Auto"
targetNamespace="http://foo"
local="true"
diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite
index 00f55085be..8c1a9a2f72 100644
--- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite
+++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService2Auto.composite
@@ -18,10 +18,10 @@
* under the License.
-->
<composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:foo="http://foo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200903 http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="TotalComposite2Auto"
targetNamespace="http://foo"
local="true"
diff --git a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite
index 3b7d40cbc0..884a8b0a96 100644
--- a/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite
+++ b/java/sca/itest/recursive-multi-level/src/main/resources/TotalService3Auto.composite
@@ -18,10 +18,10 @@
* under the License.
-->
<composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:foo="http://foo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200712 http://docs.oasis-open.org/ns/opencsa/sca/200712"
+ xsi:schemaLocation="http://docs.oasis-open.org/ns/opencsa/sca/200903 http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="TotalComposite3Auto"
targetNamespace="http://foo"
local="true"
diff --git a/java/sca/itest/references/src/main/resources/AutoWiredReferencesTest.composite b/java/sca/itest/references/src/main/resources/AutoWiredReferencesTest.composite
index c766523e1b..46cc6fa8da 100644
--- a/java/sca/itest/references/src/main/resources/AutoWiredReferencesTest.composite
+++ b/java/sca/itest/references/src/main/resources/AutoWiredReferencesTest.composite
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="AutowireReferencesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" autowire="true">
<service name="AComponent" promote="AComponent">
diff --git a/java/sca/itest/references/src/main/resources/InnerReferencesTest.composite b/java/sca/itest/references/src/main/resources/InnerReferencesTest.composite
index 30af4621ed..02ee7dd3f7 100644
--- a/java/sca/itest/references/src/main/resources/InnerReferencesTest.composite
+++ b/java/sca/itest/references/src/main/resources/InnerReferencesTest.composite
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="InnerReferencesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<service name="AComponent" promote="AComponent">
diff --git a/java/sca/itest/references/src/main/resources/ManualWiredReferencesTest.composite b/java/sca/itest/references/src/main/resources/ManualWiredReferencesTest.composite
index 8b243e280d..084b86a3b1 100644
--- a/java/sca/itest/references/src/main/resources/ManualWiredReferencesTest.composite
+++ b/java/sca/itest/references/src/main/resources/ManualWiredReferencesTest.composite
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="ManualWiredReferencesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" autowire="true">
<service name="AComponent" promote="AComponent">
diff --git a/java/sca/itest/scopes/src/main/resources/scopes.composite b/java/sca/itest/scopes/src/main/resources/scopes.composite
index 6e706ca485..ac6de1b8bc 100644
--- a/java/sca/itest/scopes/src/main/resources/scopes.composite
+++ b/java/sca/itest/scopes/src/main/resources/scopes.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
name="Scopes">
<!-- Components used to test scopes. -->
diff --git a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
index 60b8a9c931..a3c87f60c7 100644
--- a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
@@ -17,6 +17,6 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://foo" xmlns:foo="http://foo">
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://foo" xmlns:foo="http://foo">
<deployable composite="foo:InnerServicesTest" />
</contribution> \ No newline at end of file
diff --git a/java/sca/itest/services/src/main/resources/ServicesTest.composite b/java/sca/itest/services/src/main/resources/ServicesTest.composite
index 14cc7ba860..9b7a30d850 100644
--- a/java/sca/itest/services/src/main/resources/ServicesTest.composite
+++ b/java/sca/itest/services/src/main/resources/ServicesTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="InnerServicesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component name="AComponent1">
diff --git a/java/sca/itest/wires/src/main/resources/WireTest.composite b/java/sca/itest/wires/src/main/resources/WireTest.composite
index 5f68a84eeb..fc8f61f459 100644
--- a/java/sca/itest/wires/src/main/resources/WireTest.composite
+++ b/java/sca/itest/wires/src/main/resources/WireTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://wires" name="WireTest">
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://wires" name="WireTest">
<component name="WireClient">
<implementation.java class="org.apache.tuscany.sca.itest.WireClientImpl"/>