[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-891) Interceptors aren't called for MDBs
Peter Muir (JIRA)
jira-events at lists.jboss.org
Thu Feb 22 18:54:35 EST 2007
Interceptors aren't called for MDBs
-----------------------------------
Key: EJBTHREE-891
URL: http://jira.jboss.com/jira/browse/EJBTHREE-891
Project: EJB 3.0
Issue Type: Bug
Environment: JBoss 4.0.5.GA
Reporter: Peter Muir
Using
@MessageDriven(activationConfig={
...
})
@ResourceAdapter("mail-ra.rar")
@Interceptors(MySpecialInterceptor.class)
public class MailListenerMDB implements MailListener
{
public void onMessage(Message message)
{
}
}
the @AroundInvoke method on MySpecialInterceptor is not called when a message is delivered using onMessage.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list