[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-891) Interceptors aren't called for MDBs
Bill Burke (JIRA)
jira-events at lists.jboss.org
Thu Feb 22 20:41:35 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-891?page=comments#action_12354024 ]
Bill Burke commented on EJBTHREE-891:
-------------------------------------
The problem is that somebody didn't know that an MDB can have a non JMS interface. I'm fixing it in EJB3InterceptorsFactory.
> 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
> Assigned To: Carlo de Wolf
> Priority: Blocker
> Fix For: EJB 3.0 RC10 - FD
>
>
> 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