Skip to main content
summaryrefslogblamecommitdiffstats
blob: 4362dec24353cf0a2a42bb2ab0a2f15bd124f637 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      

                                                                                                   
            
                                                         

                                                                                                                                                                                                   
                                                                                                                                                                     
                                                                                                                                                                                          
                
<?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.x.server.application.ServerApplication"/>
   <service>
      <provide interface="javax.ws.rs.core.Application"/>
   </service>
   <reference bind="setApplicationServerManager" cardinality="1..1" interface="org.eclipse.osee.framework.core.server.IApplicationServerManager" name="IApplicationServerManager" policy="static"/>
   <reference bind="addJdbcService" cardinality="0..n" interface="org.eclipse.osee.jdbc.JdbcService" name="JdbcService" policy="dynamic" unbind="removeJdbcService"/>
   <reference bind="setAuthenticationManager" cardinality="1..1" interface="org.eclipse.osee.framework.core.server.IAuthenticationManager" name="IAuthenticationManager" policy="static"/>
</scr:component>

Back to the top