Description
Using the ConfigMBean, if the user firstly creates a configuration:
configMBean.create(myPid);
and after set a property using:
configMBean.propset(myPid, "key", value);
we get a NPE in ConfigMBeanImpl at line 130.
According to the OSGi JavaDoc the dictionnary returned by the Configuration object might be null.