Hello, I created a managed iPOJO with some instance properties defined in the metadata descriptor with default values. I was expecting to find a Configuration associated to the managed.service.pid, but there wasn't one available. Using the ConfigurationAdmin service I created a Configuration for my iPOJO, and I was able to change some properties. But when I restart the bundle, the iPOJO instance is using the values defined in the metadata descriptor instead of the ones present in the Configuration. I get a debug message saying that the Configuration for my managed.service.pid has already been delivered. I find this behavior strange (at least for me) and I'd like to know if this is normal.
Thanks. Joao

