Hi,
it is maybe a stupied question but I can't not find something concerning this.
My question would be if there is a tutorial how to create an OSGi Bundle which can be configured over http://Host:Port/system/console/configMgr (e.g. Allow Empty for Apache Sling Referrer Filter)
Is there a tutorial how to expose some variables of OSGi Bundles (over MANIFEST.MF or Annotations - i don't know)
Thanks a lot!
Solved! Go to Solution.
Views
Replies
Total Likes
Configuring an OSGi bundle all depends on what the bundle is. A bundle may or may not require configuration - depending on what it does. A bundle that contains a DataSourcePool for example requires configuration using the Felix console:
http://localhost:4502/system/console/configMgr
see this community article:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html
Not all OSGi bundles require configuration.
Views
Replies
Total Likes
Configuring an OSGi bundle all depends on what the bundle is. A bundle may or may not require configuration - depending on what it does. A bundle that contains a DataSourcePool for example requires configuration using the Felix console:
http://localhost:4502/system/console/configMgr
see this community article:
http://helpx.adobe.com/experience-manager/using/datasourcepool.html
Not all OSGi bundles require configuration.
Views
Replies
Total Likes
You can also look at this [1] http://adobeaemclub.com/osgi-configuration-management-aem/
Views
Replies
Total Likes
Views
Likes
Replies