[
https://jira.jboss.org/jira/browse/WELD-455?page=com.atlassian.jira.plugi...
]
Nicklas Karlsson commented on WELD-455:
---------------------------------------
Yep, should be fixed. I just need to check with someone(tm) how we handle the Weld ->
CDI API dependency as we don't want to use snapshot-dependencies if not necessary...
@Observes(notifyObserver=IF_EXISTS) should be
@Observes(receive=IF_EXISTS)
--------------------------------------------------------------------------
Key: WELD-455
URL:
https://jira.jboss.org/jira/browse/WELD-455
Project: Weld
Issue Type: Bug
Components: CDI API, Events
Affects Versions: 1.0.1.Final
Environment: Windows XP SP3, NetBeans 6.8, GlassFish v3
Reporter: Matthieu Chase Heimer
Fix For: 1.0.2.CR1
@Observes has an element named "notifyObserver" of type
javax.enterprise.event.Reception but the name should be "receive".
See page 75 of the CDI spec, 10.4.3. Conditional observer methods.
--
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