[ 
https://issues.apache.org/jira/browse/OWB-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036778#comment-13036778
 ] 

Mark Struberg commented on OWB-568:
-----------------------------------

Just to clarify my previous sentence:

@ApplicationScoped
public class Zoo<?> { ..

is illegal, but  

@ApplicationScoped
public class ViennaZoo extends Zoo<Vienna> { ..

is fine.

> Decorater for generic Interfaces does not work
> ----------------------------------------------
>
>                 Key: OWB-568
>                 URL: https://issues.apache.org/jira/browse/OWB-568
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Mark Struberg
>         Attachments: OWB-568.patch, OWB-568.zip
>
>
> When a Decorator implements an interface with a generic type argument, the 
> check to compare the decorator type and the type of the delegate injection 
> point always fails.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to