// Register EE injection manager at the bean deployment archive level.
// We use the generic InjectionService service to handle all EE-style
// injection instead of the per-dependency-type InjectionPoint approach.
// Each InjectionServicesImpl instance knows its associated GlassFish bundle.
InjectionManager injectionMgr = services.getService(InjectionManager.class);
InjectionServices injectionServices = new InjectionServicesImpl(injectionMgr, bundle);
if(_logger.isLoggable(Level.FINE)) {
_logger.log(Level.FINE, "WeldDeployer:: Adding injectionServices "
+ injectionServices + " for " + bda.getId());