You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2011/01/07 22:34:46 UTC

[jira] Created: (OWB-515) interceptors don't support inheritance without an overridden method annotated with @AroundInvoke

interceptors don't support inheritance without an overridden method annotated with @AroundInvoke
------------------------------------------------------------------------------------------------

                 Key: OWB-515
                 URL: https://issues.apache.org/jira/browse/OWB-515
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Interceptor and Decorators
    Affects Versions: 1.1.0
            Reporter: Gerhard Petracek
            Assignee: Gurkan Erdogdu
            Priority: Minor


workaround:

@Override
@AroundInvoke
public Object invoke(InvocationContext context) throws Exception {
    return super.invoke(context);
}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (OWB-515) interceptors don't support inheritance without an overridden method annotated with @AroundInvoke

Posted by "Mark Struberg (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-515.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.3
         Assignee: Mark Struberg  (was: Gurkan Erdogdu)

I added some tests to show that this got fixed in the meantime
                
> interceptors don't support inheritance without an overridden method annotated with @AroundInvoke
> ------------------------------------------------------------------------------------------------
>
>                 Key: OWB-515
>                 URL: https://issues.apache.org/jira/browse/OWB-515
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.1.0
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.1.3
>
>
> workaround:
> @Override
> @AroundInvoke
> public Object invoke(InvocationContext context) throws Exception {
>     return super.invoke(context);
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-515) interceptors don't support inheritance without an overridden method annotated with @AroundInvoke

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-515:
------------------------------

    Fix Version/s:     (was: 1.1.1)
                   1.2.0

> interceptors don't support inheritance without an overridden method annotated with @AroundInvoke
> ------------------------------------------------------------------------------------------------
>
>                 Key: OWB-515
>                 URL: https://issues.apache.org/jira/browse/OWB-515
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.1.0
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> workaround:
> @Override
> @AroundInvoke
> public Object invoke(InvocationContext context) throws Exception {
>     return super.invoke(context);
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-515) interceptors don't support inheritance without an overridden method annotated with @AroundInvoke

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-515:
------------------------------

    Fix Version/s: 1.2.0

moved to target 1.2.0

> interceptors don't support inheritance without an overridden method annotated with @AroundInvoke
> ------------------------------------------------------------------------------------------------
>
>                 Key: OWB-515
>                 URL: https://issues.apache.org/jira/browse/OWB-515
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.1.0
>            Reporter: Gerhard Petracek
>            Assignee: Gurkan Erdogdu
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> workaround:
> @Override
> @AroundInvoke
> public Object invoke(InvocationContext context) throws Exception {
>     return super.invoke(context);
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira