Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-07-17 19:32:07 +0000
committerRoberto E. Escobar2012-07-20 21:26:07 +0000
commit790167a8b2a5ffa9e062e636c8c1da4400d06879 (patch)
treefa8b78ada6b1778d15460c50c82b4062d30f0105 /plugins/org.eclipse.osee.framework.skynet.core
parent52c15b64dfac77388bf65a7d281b75ff2880d406 (diff)
downloadorg.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.tar.gz
org.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.tar.xz
org.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.zip
feature[ats_M5LLE]: Cleanup database service dependencies
Fix database service exceptions on stop bundle Clean-up service dependencies and circular references
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core')
-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 7a66eb81e27..fd313692f19 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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.framework.skynet.core.internal.ClientCachingServiceProxy">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" immediate="true" name="org.eclipse.osee.framework.skynet.core.internal.ClientCachingServiceProxy">
<implementation class="org.eclipse.osee.framework.skynet.core.internal.ClientCachingServiceProxy"/>
<service>
<provide interface="org.eclipse.osee.framework.core.services.IOseeCachingService"/>

Back to the top