CLONE - Injecting MessageDrivenContext in EJB2 way via javax.ejb.MessageDrivenBean
----------------------------------------------------------------------------------
Key: AS7-2773
URL:
https://issues.jboss.org/browse/AS7-2773
Project: Application Server 7
Issue Type: Bug
Reporter: Ondřej Chaloupka
Assignee: Stuart Douglas
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