Hi I'm facing a problem in a CDI extension. I have a Singleton/Startup bean, and I use a 
@Inject on it. My problem is that the @Inject target is produced by an extension, and it seems that the extension is started after the bean. 
Is it possible to fix this? 
Regards