mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

#49 Integration uses the container factory service in order to get running container #56

Closed arcane86 closed 13 years ago

arcane86 commented 13 years ago

Store a reference to each CDI container within the extension bundle in order to cleanly unmanage bean bundle when the factory service has left.

Implementation stills store the same reference so every bundle can get the container via the factory service.