[weld-issues] [JBoss JIRA] Created: (WELD-455) @Observes(notifyObserver=IF_EXISTS) should be @Observes(receive=IF_EXISTS)

Matthieu Chase Heimer (JIRA) jira-events at lists.jboss.org
Sat Feb 27 00:33:10 EST 2010


@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


@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

        


More information about the weld-issues mailing list