Icon Delegate is not working with Arbotext installed on the server
I have created Custom Icon Delegate and below entry is overriding my custom exconf entry for icon Delegate.
/appl/ptc/Windchill_12.0/Windchill/codebase/com/ptc/arbortext/windchill/asps/xconf/ASPS-service.properties.xconf is overriding the propogation of wt.fc.IconDelegate [wt.services/svc/default/wt.fc.IconDelegate/null/wt.part.WTPart/0]
Service context="default" name="wt.fc.IconDelegate">
<Option requestor="wt.part.WTPart" cardinality="duplicate" serviceClass="com.ptc.arbortext.windchill.corestruct.server.internal.InformationStructureIconDelegate" />
We need to implement Custome class ext.custom.util.CustomIconDelegate registered from custom file:/appl/ptc/Windchill_12.0/Windchill/codebase/ext/xxx/config/abcConfiguration.xconf
But above ASPS OOTB Configurations are oveeriding the Custom configuration hence the property is not propogated.

