[jboss-jira] [JBoss JIRA] (AS7-6739) Execution order of lifecycle interceptors incorrect
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Sat Mar 16 03:29:42 EDT 2013
Jozef Hartinger created AS7-6739:
------------------------------------
Summary: Execution order of lifecycle interceptors incorrect
Key: AS7-6739
URL: https://issues.jboss.org/browse/AS7-6739
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Fix For: 8.0.0.Alpha1
Lifecycle interceptor methods of a @Stateful session bean should be invoked in the following order:
1) Interceptors bound using the @Interceptors annotation
2) Interceptors bound using CDI interceptor bindings
3) Interceptors defined on a superclass of the bean defining class
4) Interceptors defined on the bean defining class.
However, currently the order is the following:
1) Interceptors bound using the @Interceptors annotation
2) Interceptors defined on a superclass of the bean defining class
3) Interceptors defined on the bean defining class.
4) Interceptors bound using CDI interceptor bindings
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list