[
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