-
Bug
-
Resolution: Done
-
Major
-
2.2.2.Final
-
None
The interceptor model is stored with ejbDescriptor.getImplementationClass() as the key but is later retrieved with ejbDescriptor.getBeanClass().
Modify lookup logic so that it uses the same key. In addition, expand SubclassedComponentDescriptorTest to cover this scenario.