[jboss-jira] [JBoss JIRA] (AS7-6764) EJB Interceptors not invoked from modules
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Mar 21 04:21:42 EDT 2013
[ https://issues.jboss.org/browse/AS7-6764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762302#comment-12762302 ]
jaikiran pai commented on AS7-6764:
-----------------------------------
That's correct. Once you have the index and the module dependency with annotations = true, you should be able to get this working. If it still fails, feel free to create a thread in the forums so that we can take a look at what's wrong.
> EJB Interceptors not invoked from modules
> -----------------------------------------
>
> Key: AS7-6764
> URL: https://issues.jboss.org/browse/AS7-6764
> Project: Application Server 7
> Issue Type: Bug
> Components: Class Loading, EJB
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Environment: Windows 7, 64-bit
> Reporter: Jarkko Rantavuori
> Assignee: jaikiran pai
> Attachments: interceptor-project.zip, module.zip, war-bean-interceptor-0.0.1.war
>
>
> Test case:
> @Interceptors({ MyModuleInterceptor.class, MyLocalInterceptor.class })
> Expected:
> both interceptors are called
> Actual:
> only interceptor local to ejb package is called, not the one installed in jboss module system
--
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