[cdi-dev] [JBoss JIRA] (CDI-205) Invocations of message listener methods of message-driven beans during message delivery should not be business method invocations

Martin Kouba (Commented) (JIRA) jira-events at lists.jboss.org
Wed Dec 21 07:22:09 EST 2011


    [ https://issues.jboss.org/browse/CDI-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652519#comment-12652519 ] 

Martin Kouba commented on CDI-205:
----------------------------------

However interceptor support for MDBs is explicitly mentioned in *Chapter 9. Interceptor bindings*:

"Managed beans and EJB session and message-driven beans support interception."

and

"Interceptor bindings may be used to associate interceptors with any managed bean that is not itself an interceptor or decorator or with any EJB session or message-driven bean. An interceptor instance is a dependent object of the object it intercepts."

                
> Invocations of message listener methods of message-driven beans during message delivery should not be business method invocations
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CDI-205
>                 URL: https://issues.jboss.org/browse/CDI-205
>             Project: CDI Specification Issues
>          Issue Type: Bug
>    Affects Versions: 1.0, 1.1.EDR1
>            Reporter: Martin Kouba
>            Priority: Critical
>
> *7.2. Container invocations and interception* states:
> When the container invokes a method of a bean, the invocation may or may not be treated as a business method invocation:
> * Invocations of message listener methods of message-driven beans during message delivery are business method invocations.
> As MDBs are not CDI beans their methods shouldn't be business invocations (and thus should not pass through method interceptors and decorators).
> If the original intent was to support such use case the spec should be reworded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list