}
@Override
void handle(Config config, URL url, Bundle bundle) {
try {
IIndicatorBehaviorConfiguration iibc = new IndicatorBehaviorConfiguration(config);
List<ServiceRegistration> configServices = new ArrayList<ServiceRegistration>();
// register the configuration
if(bundle == null) {
// manage the services exposed through none bundle related resources (no lifecycle)
ServiceRegistration sr = registerConfigurationAsService(iibc, url, IIndicatorBehaviorConfiguration.class);