Jozef Hartinger commented on Bug WELD-1559

Most of this can be done but I got stuck with another spec requirement. The CDI spec has a feature that allows eager initialization of @ConversationScoped beans by observing @Initialized(ConversationScoped.class)

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

We cannot fire the event without knowing if the current conversation is long-running or not which forces us to determine that non-lazily.

This is tested by the TCK.

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