-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
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 (with e.g.: -PWeld -Dweld.version=2.1.2Final) and removing
@Ignore
from
org.apache.deltaspike.test.core.api.partialbean.uc011.ScopedPartialBeanTest#testPartialBeanWithApplicationScope
- is related to
-
WELD-2010 AbstractMethodError when a custom bean's type is an abstract class
- Resolved