You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Tobias Stoeckmann (JIRA)" <ji...@apache.org> on 2013/10/11 11:08:41 UTC

[jira] [Created] (OWB-904) VerifyError on Interceptor usage

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)