[jbosstools-issues] [JBoss JIRA] (JBIDE-11899) Show a warning when no observer exists to receive an injected event

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Aug 30 19:39:32 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viacheslav Kabanovich updated JBIDE-11899:
------------------------------------------

    Fix Version/s: 4.0.0.Alpha2
                       (was: 4.0.0.Alpha1)

    
> Show a warning when no observer exists to receive an injected event
> -------------------------------------------------------------------
>
>                 Key: JBIDE-11899
>                 URL: https://issues.jboss.org/browse/JBIDE-11899
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: CDI
>    Affects Versions: 3.3.0.Beta2
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: 4.0.0.Alpha2
>
>
> With the following event
> {code}
> @Inject
> private Event<EventLog> eventLog;
> {code}
> cannot be delivered to 
> {code}
> public void log(@Observes @Now EventLog eventLog) {
> ...
> }
> {code}
> by
> {code}
> eventLog.fire();
> {code}
> Can it be of use to put a warning on field 'eventLog', when the application has no observer to receive it?

--
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


More information about the jbosstools-issues mailing list