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

Try to start extension from classloader if activator not started #81

Closed mathieuancelin closed 12 years ago

mathieuancelin commented 13 years ago

Link to #38. In a Java EE environment, the Activator should not be ran. In that case, we case try get bundleContext from classloader (it should be a BundleReference in OSGi env). If not the case, fail the deployment.

We need to manage embedded container not to trigger that kind of start.

mathieuancelin commented 12 years ago

Done, ready for real work in this area