[
https://issues.jboss.org/browse/CDI-86?page=com.atlassian.jira.plugin.sys...
]
Pete Muir commented on CDI-86:
------------------------------
John, take a look at section 6.7.1 in the 1.0 spec and you will see that CDI requires the
request scope is active for JMS message listener message delivery. If the request context
is initialized specifically for this, then we will will fire a CDI event with qualifiers
@Request @Initialized, and the event should have a payload (in servlet it's a
ServletRequestEvent which allows the observer access to the context of the request). What
should it be for JMS message listeners, if anything?
Support firing general purpose lifecycle events in Java EE
environments
-----------------------------------------------------------------------
Key: CDI-86
URL:
https://issues.jboss.org/browse/CDI-86
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Java EE integration
Affects Versions: 1.0
Reporter: Pete Muir
Assignee: Pete Muir
Fix For: 1.1 (Confirmed)
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira