0 Replies Latest reply on Aug 17, 2011 4:37 AM by viniciuscarvalho.viniciusccarvalho.gmail.com

    Inject on Singleton beans

    viniciuscarvalho.viniciusccarvalho.gmail.com

      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