11 Replies Latest reply on Aug 30, 2013 12:35 PM by emmartins

    How to access ManagedExecutorService (JSR-236)

    juergen.zimmermann

      I tried to use the class javax.enterprise.concurrent.ManagedExecutorService of JSR-236 ("Concurrency Utilities for Java EE") as follows:

       

      @Resource

      private ManagedExecutorService managedExecutorService;

       

      However, the field managedExecutorService is null. Any hint is appreciated!