This shows you the differences between two versions of the page.
— |
osgi_component_not_loaded [2014/02/03 09:44] (current) mihael created |
||
---|---|---|---|
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}} |