Tobias Stoeckmann created OWB-904:
-------------------------------------
Summary: VerifyError on Interceptor usage
Key: OWB-904
URL: https://issues.apache.org/jira/browse/OWB-904
Project: OpenWebBeans
Issue Type: Bug
Components: Core, Interceptor and Decorators
Affects Versions: 1.2.0, 1.2.1
Reporter: Tobias Stoeckmann
Fix For: 1.1.8
The following scenario fails:
- SubClass inherits from SuperClass, which is defined in another package.
- SuperClass defines a protected method, which SubClass uses
- SubClass defines an own method, that is annotated so it gets intercepted
OpenWebBeans is unable to initialize, failing with a VerifyError. If the super
class is in the same package, it works fine. OpenWebBeans 1.1.8 has no issue
with this.
I assume that it's due to new proxy code.
--
This message was sent by Atlassian JIRA
(v6.1#6144)