Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2013-07-08 16:01:47 +0000
committerjmisinco2013-07-09 20:37:52 +0000
commit0f3f0522e0f9991fa9aae37f9bbe22c6abf55957 (patch)
treefc24cf862a90a45ee7c271f5b046c263bdc4c72a /plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF
parent788466fcb13267248f4fbdd725ab319ccf62ea48 (diff)
downloadorg.eclipse.osee-0f3f0522e0f9991fa9aae37f9bbe22c6abf55957.tar.gz
org.eclipse.osee-0f3f0522e0f9991fa9aae37f9bbe22c6abf55957.tar.xz
org.eclipse.osee-0f3f0522e0f9991fa9aae37f9bbe22c6abf55957.zip
feature[ats_SF2V6]: Use OrcsTypes in OrcsDataStore
OrcsDataStore needs OrcsTypes which are created in the orcs.core bundle. The orcs.core bundle needs the OrcsDataStore in order to create the OrcsTypes. Once the data store is up, orcs api can come up, create the orcs types and pass them down to the data store. The datastore needs these types in order to set the data proxy on the attributes. Change-Id: Ie208abba6c4c73d81ebbd3b2e07e6fe6dd4cbb85
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
index fd313692f19..f2337423cd7 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/osee.client.caching.service.xml
@@ -3,6 +3,7 @@
<implementation class="org.eclipse.osee.framework.skynet.core.internal.ClientCachingServiceProxy"/>
<service>
<provide interface="org.eclipse.osee.framework.core.services.IOseeCachingService"/>
+ <provide interface="org.eclipse.osee.framework.core.services.TempCachingService"/>
</service>
<reference bind="setIdentityService" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IdentityService" name="IdentityService" policy="static"/>
<reference bind="setModelFactory" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeModelFactoryService" name="IOseeModelFactoryService" policy="static"/>

Back to the top