Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-256

Bootstrap End Initialization May Not Complete Before ContextInitialized (Servlet)

    XMLWordPrintable

Details

    Description

      Currently, in GlassFish we execute:
      startContainer
      startInitialization
      deployBeans
      when an APPLICATION_LOADED event is received.
      And we execute:
      validateBeans
      endInitialization
      when an APPLICATION_STARTED event is received.

      This is problematic because weld expects the bootsrapping process (including endInitialization) to be complete
      by the time a servlet context initialized event is received.

      Attachments

        Activity

          People

            pmuiratbleepbleep Pete Muir (Inactive)
            rogerk_jira Roger Kitain (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: