It seems to me, in this situation, the initialized event should not be fired from HttpContextLifecycle...
I tend to agree. So the only @Initialized(ApplicationScoped.class) event would be fired from Weld SE bootstrap (org.jboss.weld.environment.se.events.ContainerInitialized as a payload). |