AFAICS the weld proxies doesn't implement all methods from every class/interface in the inheritance hierarchy, if the bean class is a abstract class or a interface.
The easiest way to reproduce it, is to run the deltaspike partial bean implementation module tests and removing @Ignore from org.apache.deltaspike.test.core.api.partialbean.uc011.ScopedPartialBeanTest#testPartialBeanWithApplicationScope
|