[jboss-jira] [JBoss JIRA] (WFLY-1974) @Resource ManagedExecutorService produces a null field
Eduardo Martins (JIRA)
jira-events at lists.jboss.org
Fri Aug 30 12:37:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eduardo Martins reassigned WFLY-1974:
-------------------------------------
Assignee: Eduardo Martins (was: Stuart Douglas)
> @Resource ManagedExecutorService produces a null field
> ------------------------------------------------------
>
> Key: WFLY-1974
> URL: https://issues.jboss.org/browse/WFLY-1974
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld
> Affects Versions: 8.0.0.Alpha4
> Reporter: Juergen Zimmermann
> Assignee: Eduardo Martins
>
> I compiled the latest WildFly master and tried:
> {code}
> @Resource
> private ManagedExecutorService managedExecutorService
> {code}
> However, the injected field managedExecutorService is null. This issue is gone when I use:
> {code}
> @Resource(mappedName = "java:comp/DefaultManagedExecutorService")
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list