12345678910111213141516171819 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: disp
- (C) Copyright IBM Corp. 2003, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="osgiC10ServicesLoader" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="99" logStartStop="true">
- <prerequisites>
- <prerequisite systemPropertyBool="com.ibm.cognos.pogo.osgi"/>
- </prerequisites>
- <handlers>
- <handler name="osgiC10ServicesLoaderHandler" classname="com.cognos.pogo.osgi.handler.OsgiServiceHandler" osgiservice="com.ibm.cognos.pogo.pdk.osgi.impl.DispatcherServicesProviderHandler"/>
- <handler name="servicebundlewatcher" classname="com.cognos.pogo.osgi.launcher.BundleDirectoryWatcherHandler" directory="c10services/plugins"/>
- </handlers>
- </service>
|