Issue Type: Bug Bug
Affects Versions: 2.1.2.Final
Assignee: Jozef Hartinger
Components: Events, Scopes & Contexts, WildFly integration
Created: 26/Feb/14 6:29 AM
Description:

As stated in the CDI-specification (section 6.7.3. Application context lifecycle)

An event with qualifier @Initialized(ApplicationScoped.class) is fired when the application context is initialized and an event with qualifier @Destroyed(ApplicationScoped.class) is fired when the application is destroyed.

But in my environment this is only true, if the deployed application (packaged in an EAR) contains a webapplication (as WAR inside the EAR). If there is no webapplication, the event is not raised and observer-methods are not called at all.

Environment: Wildfly 8.0.0.Final, OpenJDK 1.7.0_45
Project: Weld
Priority: Major Major
Reporter: Daniel Lechner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira