Hi Jorg.... Our sling:OsgiConfig are under /apps/*/config folder.... they are loaded as sling:OsgiConfig nodes. These nodes are not able to provide initial configuration to the component. (No activate methods called with configuration.policy=required). However, we can open these nodes with webconsol...
Hi Jorg..... does ConfigAdmin reads sling:OsgiConfig properties to populate its persistence properties data ?? Is there a way to populate configadmin property set before hand so that when component loads we get the configuration ?
We have environment specific sling:osgiconfig values and we want component OCD to populate from them. But on component activation we always get blank OCD.
Could you please provide any method to debug this? We have sling:osgiconfig under the /apps/*/config folder but component never recognize these properties. Please note that when we explicitly open the config, it populates with the sling:osgiconfig correctly and when we save it gets bound. Problem on...