[webbeans-issues] [JBoss JIRA] Resolved: (WBRI-225) Can't use event bindings using Event.fire() method.
David Allen (JIRA)
jira-events at lists.jboss.org
Thu Apr 9 15:19:22 EDT 2009
[ https://jira.jboss.org/jira/browse/WBRI-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Allen resolved WBRI-225.
------------------------------
Resolution: Done
Patches added with revision 2370. Tests and TCK pass.
> Can't use event bindings using Event.fire() method.
> ---------------------------------------------------
>
> Key: WBRI-225
> URL: https://jira.jboss.org/jira/browse/WBRI-225
> Project: Web Beans
> Issue Type: Bug
> Components: Events
> Reporter: Hiroyuki Wada
> Assignee: David Allen
> Priority: Minor
> Fix For: 1.0.0.PREVIEW
>
> Attachments: FacadeImpl.java.patch, test_event.patch
>
>
> Event.fire() using event bindings don't work correctly.
> The observer method which have BindingType don't be notified.
> Sample Code:
> --
> @Fires
> Event<String> event1;
> public void fireEventByAnnotationLiteral()
> {
> event1.fire("Fired using Event Interface with AnnotationLiteral.",
> new AnnotationLiteral<Updated>(){});
> }
> --
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list