Skip to main content
maximilian_queh
Level 2
October 16, 2015
해결됨

AEM OSGi Bundle with settings

  • October 16, 2015
  • 2 답변들
  • 1137 조회

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!

이 주제는 답변이 닫혔습니다.
최고의 답변: smacdonald2008

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. 

2 답변

Lokesh_Shivalingaiah
Level 10
October 16, 2015
smacdonald2008
Level 10
October 16, 2015

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.