This is an old revision of the document!
====== Blueprint ====== ===== Inject Bundle Context ===== Blueprint has some beans with reserved ids. One of those ids is ''blueprintBundleContext''. The bundle context can be inject by reference with passing the id. This sets the bundle context to the property ''bundleContext'' on construction: <sxh> <bean id="service.pool" class="servicePool"> <property name="bundleContext" ref="blueprintBundleContext" /> </bean> </sxh> {{tag>osgi}}