summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-impl-osgi/src/test/resources/calculator
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 05:42:26 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-16 05:42:26 +0000
commit4ae4002366ded3f4b19cd96f403d8b418fcf00a1 (patch)
tree9179891f11c9add734a777713cabf7e39a980908 /java/sca/modules/node-impl-osgi/src/test/resources/calculator
parentd4cc9a0bdd43477858b8ac67b69a4cdd615ec741 (diff)
This is to change the Monitor to be request scoped for most of the cases:
Refactor the ArtifactProcessor/ModelResolver to take a ProcessorContext that holds context such as Monitor, Contribution for the contribution/artifact processing methods Refactor the Builder to take a BuilderContext that holds context such as Monitor, Definitions, Base binding mapping for the building methods Change the processor/resolver/builder implementation classes to not cache the Monitor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825773 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/node-impl-osgi/src/test/resources/calculator')
-rw-r--r--java/sca/modules/node-impl-osgi/src/test/resources/calculator/dosgi/OSGI-INF/remote-service/calculator-service-descriptions.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sca/modules/node-impl-osgi/src/test/resources/calculator/dosgi/OSGI-INF/remote-service/calculator-service-descriptions.xml b/java/sca/modules/node-impl-osgi/src/test/resources/calculator/dosgi/OSGI-INF/remote-service/calculator-service-descriptions.xml
index da76d00024..0dc812c503 100644
--- a/java/sca/modules/node-impl-osgi/src/test/resources/calculator/dosgi/OSGI-INF/remote-service/calculator-service-descriptions.xml
+++ b/java/sca/modules/node-impl-osgi/src/test/resources/calculator/dosgi/OSGI-INF/remote-service/calculator-service-descriptions.xml
@@ -23,7 +23,7 @@
<service-description>
<provide interface="calculator.dosgi.operations.AddService" />
<property name="service.intents">sca:SOAP sca:HTTP</property>
- <property name="osgi.remote.configuration.type">sca</property>
+ <property name="osgi.remote.configuration.type">org.osgi.sca</property>
<property name="osgi.remote.configuration.sca.componentType">
OSGI-INF/sca/bundle.componentType
</property>
@@ -34,7 +34,7 @@
<service-description>
<provide interface="calculator.dosgi.operations.SubtractService" />
<property name="service.intents">sca:SOAP sca:HTTP</property>
- <property name="osgi.remote.configuration.type">sca</property>
+ <property name="osgi.remote.configuration.type">org.osgi.sca</property>
<property name="osgi.remote.configuration.sca.componentType">
OSGI-INF/sca/bundle.componentType
</property>
@@ -45,7 +45,7 @@
<service-description>
<provide interface="calculator.dosgi.operations.MultiplyService" />
<property name="service.intents">sca:SOAP sca:HTTP</property>
- <property name="osgi.remote.configuration.type">sca</property>
+ <property name="osgi.remote.configuration.type">org.osgi.sca</property>
<property name="osgi.remote.configuration.sca.componentType">
OSGI-INF/sca/bundle.componentType
</property>
@@ -56,7 +56,7 @@
<service-description>
<provide interface="calculator.dosgi.operations.DivideService" />
<property name="service.intents">sca:SOAP sca:HTTP</property>
- <property name="osgi.remote.configuration.type">sca</property>
+ <property name="osgi.remote.configuration.type">org.osgi.sca</property>
<property name="osgi.remote.configuration.sca.componentType">
OSGI-INF/sca/bundle.componentType
</property>