3 Replies Latest reply on Oct 31, 2014 9:51 AM by cfang

    Unable to inject EJB into batchlet

    pbenedict

      I am using Wildfly 8.1.0-Final. I have a batchlet inside of an EJB JAR. The batchlet loads just fine, but I am unable to inject the EJB which the batchlet depends on. I tried both @EJB and @Inject and Wildfly never resolves the field. On a separate note, I can inject the EJB just fine into another EJB. I did this as a smoke test to ensure my lookup string was correct. Tips?