[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-891) Interceptors aren't called for MDBs

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Thu Mar 1 08:07:14 EST 2007


     [ http://jira.jboss.com/jira/browse/EJBTHREE-891?page=all ]

Carlo de Wolf updated EJBTHREE-891:
-----------------------------------

    Fix Version/s: AS 4.2.0 CR2
                       (was: AS 4.2.0 CR1)

> 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: Pete Muir
>         Assigned To: Carlo de Wolf
>            Priority: Blocker
>             Fix For: AS 4.2.0 CR2
>
>
> 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