Hey @jayv25585659 , As you have already mentioned that you are using a
OSGIService which is accessing the
OSGIConfig.MyConfiguration:@ObjectClassDefinition( name = "My
Configuration", description = "This configuration reads the values")
public @interface MyConfiguration { // All attribute definitions }
MyServiceUsingConfig looks like :@Component(service =
MyServiceInterface.class, immediate = true) @Designate(ocd =
MyConfiguration.class) public class MyServiceUsingConfig implements
MyServiceInte...