12345678910111213141516 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: bux
- (C) Copyright IBM Corp. 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service name="buxlc" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-29" logStartStop="false">
- <handlers>
- <handler name="ServiceConfigHandler" classname="com.ibm.cognos.bux.lc.ServiceConfigHandler"/>
- </handlers>
- <attributes>
- <attribute type="global">collaborationDiscoveryURI</attribute>
- </attributes>
- </service>
|