IBM InfoSphere Master Data Management, Version 11.3The following is a description of the changes to how InfoSphere® MDM uses and handles behavior extensions.
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" >
<service id="Extension.Service.Factory"
interface="com.dwl.base.extensionFramework.ExtensionServiceFactory" >
<bean
class="com.dwl.base.extensionFramework.ExtensionServiceFactoryImpl">
<argument ref="blueprintBundle"/>
<argument>
<list >
<bean class="your.extension.class_1" />
<bean class="..." />
<bean class="your.extension.class_N" />
</list>
</argument>
</bean>
</service>
</blueprint>
If you have generated your extensions through the MDM Workbench, this will be done for you.