[webbeans-issues] [JBoss JIRA] Created: (WBRI-225) Can't use event bindings using Event.fire() method.
Hiroyuki Wada (JIRA)
jira-events at lists.jboss.org
Tue Apr 7 11:39:22 EDT 2009
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
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