summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-osgi/src
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-osgi/src')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/xml/SCAConfigProcessor.java2
-rw-r--r--sca-java-2.x/trunk/modules/implementation-osgi/src/main/resources/META-INF/definitions.xml2
-rw-r--r--sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java2
-rw-r--r--sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/OSGI-INF/sca/bundle.componentType2
-rw-r--r--sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/osgitest.composite2
5 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/xml/SCAConfigProcessor.java b/sca-java-2.x/trunk/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/xml/SCAConfigProcessor.java
index 9c529eecfc..a900f1fa93 100644
--- a/sca-java-2.x/trunk/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/xml/SCAConfigProcessor.java
+++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/main/java/org/apache/tuscany/sca/implementation/osgi/xml/SCAConfigProcessor.java
@@ -47,7 +47,7 @@ import org.apache.tuscany.sca.policy.PolicySet;
<?xml version="1.0" encoding="UTF-8"?>
<scact:sca-config targetNamespace="http://www.foocorp.com/definitions"
xmlns:scact="http://www.osgi.org/xmlns/scact/v1.0.0"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+ xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:foocorp="http://www.foocorp.com/definitions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.osgi.org/xmlns/scact/v1.0.0 http://www.osgi.org/xmlns/scact/v1.0.0/sca-config.xsd">
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/main/resources/META-INF/definitions.xml b/sca-java-2.x/trunk/modules/implementation-osgi/src/main/resources/META-INF/definitions.xml
index f531c2c4ed..8718e58d8e 100644
--- a/sca-java-2.x/trunk/modules/implementation-osgi/src/main/resources/META-INF/definitions.xml
+++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/main/resources/META-INF/definitions.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<sca:definitions xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<sca:definitions xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
targetNamespace="http://www.osgi.org/xmlns/sca/intents/v1.0.0">
<intent name="passByReference" constrains="sca:implementation"
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java
index 1b28373f5b..cef99f5625 100644
--- a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java
+++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/java/org/apache/tuscany/sca/implementation/osgi/xml/ServiceDescriptionsTestCase.java
@@ -43,7 +43,7 @@ public class ServiceDescriptionsTestCase {
private static final String xml =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
+ "<service-descriptions xmlns=\"http://www.osgi.org/xmlns/sd/v1.0.0\" "
- + "xmlns:sca=\"http://docs.oasis-open.org/ns/opencsa/sca/200903\">"
+ + "xmlns:sca=\"http://docs.oasis-open.org/ns/opencsa/sca/200912\">"
+ "<service-description>"
+ "<provide interface=\"calculator.operations.AddService\"/>"
+ "<property name=\"service.intents\">sca:SOAP sca:HTTP</property>"
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/OSGI-INF/sca/bundle.componentType b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/OSGI-INF/sca/bundle.componentType
index bc9e4f6aaf..d58fb634aa 100644
--- a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/OSGI-INF/sca/bundle.componentType
+++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/OSGI-INF/sca/bundle.componentType
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<componentType xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:t="http://tuscany.apache.org/xmlns/sca/1.1">
<!-- The service elment defines an SCA view of the OSGi service -->
diff --git a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/osgitest.composite b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/osgitest.composite
index 8c59703724..7c54e46a54 100644
--- a/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/osgitest.composite
+++ b/sca-java-2.x/trunk/modules/implementation-osgi/src/test/resources/osgitest.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"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://test"