[
https://issues.jboss.org/browse/AS7-1783?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas resolved AS7-1783.
---------------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.1.0.CR1)
Resolution: Done
Injection of MessageContext broken
----------------------------------
Key: AS7-1783
URL:
https://issues.jboss.org/browse/AS7-1783
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.0.1.Final
Reporter: Carlo de Wolf
Assignee: Stuart Douglas
Priority: Critical
Fix For: 7.1.0.Beta1
{code}
@Resource
private MessageDrivenContext ctx;
{code}
leads to
{noformat}
Can't handle @Resource for ENC name: com.test.testMDB/ctx on class com.test.testMDB
since it's missing a "lookup" (or "mappedName") value and
isn't of any known type
{noformat}
--
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