[jboss-jira] [JBoss JIRA] (WFLY-1974) @Resource ManagedExecutorService produces a null field

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Fri Aug 30 11:12:03 EDT 2013


Juergen Zimmermann created WFLY-1974:
----------------------------------------

             Summary: @Resource ManagedExecutorService produces a null field
                 Key: WFLY-1974
                 URL: https://issues.jboss.org/browse/WFLY-1974
             Project: WildFly
          Issue Type: Bug
          Components: EE
    Affects Versions: 8.0.0.Alpha4
            Reporter: Juergen Zimmermann
            Assignee: David Lloyd


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