Skip to main content
summaryrefslogtreecommitdiffstats
blob: 876550efc5061f75f6969e7b65f8a0fe98a8a38a (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop">
   <implementation class="org.eclipse.osee.orcs.db.internal.DbHeathApplication"/>
   <service>
      <provide interface="javax.ws.rs.core.Application"/>
   </service>
   <reference bind="setJdbcService" cardinality="1..1" interface="org.eclipse.osee.jdbc.JdbcService" name="JdbcService" policy="static" target="(osgi.binding=orcs.jdbc.service)"/>
</scr:component>

Back to the top