How does one create a new instance of a factory configuration programmatically?
I thought it was like
ConfigurationAdmin ca;
ca.createFactoryConfiguration("my.configuration.pid").update(newServiceProps);
but that doesn't seem to work for me.
Thanks in advance,
Scott
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
