[
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