Description
The following TCK test is failing in OWB and I think it's a good one from the spec point of view.
org.jboss.cdi.tck.tests.definition.bean.BeanDefinitionTest
The spec says https://jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0.html#managed_bean_types
The unrestricted set of bean types for a managed bean contains the bean class, every superclass and all interfaces it implements directly or indirectly.
The resulting set of bean types for a managed bean consists only of legal bean types, all other types are removed from the set of bean types.
Note the additional restrictions upon bean types of beans with normal scopes defined in Unproxyable bean types.