@Observed generic events are not Decorated
------------------------------------------

                 Key: WELD-579
                 URL: https://jira.jboss.org/browse/WELD-579
             Project: Weld
          Issue Type: Bug
          Components: Interceptors and Decorators
    Affects Versions: 1.0.1.Final
            Reporter: Aslak Knutsen


When Decorating a Bean that @Observes a Generic Event the decorator is not 
called.

e.g:

ServiceImpl implements Service<Dog>
{
  public void on(@Observes Dog dog);
}

ServiceDecorator implements Service<Dog> 
{
  @Inject @Delegate
  private Service<Dog> service;
  ...
}



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to