JBoss7.1.3: @EJB works while @Inject fails
问题 I've recently developed an app with Glassfish and the development goes very smoothly, now with JBoss I'm trying to do the same but is being slow down by various problems such as: @EJB works but @Inject fails. I don't have a fancy class yet, I just have a Singleton Startup class and a simple Stateless class that I inject, and to my surprise injection doesn't work. Here's my class: package com.czetsuya.dropship; import javax.annotation.PostConstruct; import javax.ejb.EJB; import javax.ejb