Harald Wellmann created OWB-860:
-----------------------------------

             Summary: Type variable not bound in generic bean type
                 Key: OWB-860
                 URL: https://issues.apache.org/jira/browse/OWB-860
             Project: OpenWebBeans
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Harald Wellmann


The following test fails with OWB 1.2.0:

https://github.com/jboss/cdi-tck/blob/master/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/ManagedBeanTypesTest.java

The GriffonVulture bean reports a bean type of Animal<T> instead of 
Animal<Integer>.

NOTE: The test is from the CDI 1.1 TCK, but I don't see why it shouldn't run on 
CDI 1.0. I'm running the test in an OSGi environment with Pax CDI, so the 
problem might be caused by my non-standard OWB setup, but I think this is 
unlikely, seeing that the other 4 bean types are correct.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to