Closed glassfishrobot closed 11 years ago
Reported by genomeprjct
genomeprjct said: method name should be "getActivationConfigProperties()"
mvatkina said: See http://java.net/projects/ejb-spec/lists/users/archive/2012-04/message/30. There was not much development on this issue, and it has 0 votes. Please reopen for the future release if it's really necessary.
This issue was imported from java.net JIRA EJB_SPEC-55
Marked as won't fix on Friday, February 8th 2013, 2:17:07 pm
In http://docs.oracle.com/javaee/6/api/javax/ejb/MessageDrivenContext.html we see that MessageDrivenContext shares the same methods as EJBContext. I would like to see a new method added, something along the lines of
public List getApplicationConfigProperties();
that returns all of the ActivationConfigProperties associated with this given MDB.