[jboss-jira] [JBoss JIRA] (AS7-2743) Injecting MessageDrivenContext in EJB2 way via javax.ejb.MessageDrivenBean
jaikiran pai (Resolved) (JIRA)
jira-events at lists.jboss.org
Fri Dec 2 14:18:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai resolved AS7-2743.
-------------------------------
Resolution: Done
> Injecting MessageDrivenContext in EJB2 way via javax.ejb.MessageDrivenBean
> --------------------------------------------------------------------------
>
> Key: AS7-2743
> URL: https://issues.jboss.org/browse/AS7-2743
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Ondřej Chaloupka
> Assignee: jaikiran pai
>
> The gaining MessageDrivenContext in way of EJB2 beans does not work.
> After implementing javax.ejb.MessageDrivenBean interface and using setMessageDrivenContext method the MessageDrivenContext is not set.
> {code}
> private MessageDrivenContext msgContext;
> public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException {
> this.msgContext = ctx;
> }
> {code}
--
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 jboss-jira
mailing list