Hi @SundeepKatepally , I also want to avoid disabling the OOTB service
implementation but I am perplexed as to why my implementation is not
getting executed. Here is my implementation declaration: @Component(
service= AssetDownloadService.class, immediate=true, property={
Constants.SERVICE_DESCRIPTION + "=Asset Download Service",
Constants.SERVICE_RANKING + ":Integer=10000" } ) public class
AssetDownloadServiceNewImpl implements AssetDownloadService {} Other
option I could think of is to overlay...