Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2015-03-19 21:38:21 +0000
committerAngel Avila2015-03-19 21:38:21 +0000
commitbfe1648e0da57ed3e7576fb20933f7103c7c6624 (patch)
treeda40c935729f87b5ddba6f731db4709046d10446 /plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF
parent7bafb944e66673012c7be7cf053b17462235745a (diff)
downloadorg.eclipse.osee-bfe1648e0da57ed3e7576fb20933f7103c7c6624.tar.gz
org.eclipse.osee-bfe1648e0da57ed3e7576fb20933f7103c7c6624.tar.xz
org.eclipse.osee-bfe1648e0da57ed3e7576fb20933f7103c7c6624.zip
feature[ats_ATS172843]: Integrate ORCS Types JAX-RS API
Change-Id: Ibdd8cc8a6ef8a7219d6690f24b08d21ad2e0d279 Signed-off-by: Angel Avila <angel.avila2@boeing.com>
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.xml2
1 files changed, 1 insertions, 1 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 dfff7fbd066..9cf8540e0e5 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
@@ -4,6 +4,6 @@
<service>
<provide interface="org.eclipse.osee.framework.core.services.IOseeCachingService"/>
</service>
- <reference bind="setModelFactory" cardinality="1..1" interface="org.eclipse.osee.framework.core.services.IOseeModelFactoryService" name="IOseeModelFactoryService" policy="static"/>
<reference bind="setJdbcService" cardinality="1..1" interface="org.eclipse.osee.jdbc.JdbcService" name="JdbcService" policy="static" target="(osgi.binding=skynet.jdbc.service)"/>
+ <reference bind="setOseeClient" cardinality="1..1" interface="org.eclipse.osee.orcs.rest.client.OseeClient" name="OseeClient" policy="static"/>
</scr:component>

Back to the top