Object beanInstance = instance;
if( beanInstance == null ) {
// Create instance , perform constructor injection.
beanInstance = it.produce(cc);
}
// Injection is not performed yet. Separate injectEJBInstance() call is required.
return new JCDIInjectionContextImpl(it, cc, beanInstance);