Just add the following annotation in the class ContentBuilder.@Component
(service = ContentBuilder.class, enabled =
true,property={"name=akamai",Constants.SERVICE_RANKING
+":Integer=1001"})public class AkamaiContentBuilder implements
ContentBuilder {}for TransportHandler@Component(service =
TransportHandler.class,immediate = true, enabled =
true,property={Constants.SERVICE_RANKING +":Integer=1001"})public class
AkamaiTransportHandler implements TransportHandler {}Also there are
other helpful lin...