[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6196) CDI model doesn't load observer methods.

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Apr 28 07:03:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527876#action_12527876 ] 

Viacheslav Kabanovich commented on JBIDE-6196:
----------------------------------------------

Fixed by the same commits to svn as JBIDE-6195, see references there.

> CDI model doesn't load observer methods.
> ----------------------------------------
>
>                 Key: JBIDE-6196
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6196
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.next
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.next
>
>
> For example:
> class Spider {
>    public void observe(@Observes Event foo) {
>    }
> }
> destorySpider is a observer method since it has a parameter is anootated @Observers.
> org.jboss.tools.cdi.core.test.tck.ValidationTest.testProducerMethodWithParameterAnnotatedObserves() must pass.

-- 
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 jbosstools-issues mailing list