[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-891) Interceptors aren't called for MDBs
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Fri Feb 23 06:06:35 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-891?page=comments#action_12354059 ]
Carlo de Wolf commented on EJBTHREE-891:
----------------------------------------
Merged into Branch_4_2
> 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