Differences

This shows you the differences between two versions of the page.

Link to this comparison view

osgi_component_not_loaded [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== OSGi Component not loaded ======
 +If you are using the declarative service approach and are registering a component then don't forget to add the ''Bundle-ActivationPolicy'' to the manfiest.
  
 +  Bundle-ActivationPolicy: lazy
 +  Service-Component: OSGI-INF/component.xml
 +
 +{{tag>osgi devel}}