@EJB injection with Arquillian on WebLogic 10.3.5 doesn't work
问题 I am using Arquillian to run a basic unit test on WebLogic 10.3.5. Unfortunately, @EJB injection does not work for me, and get a NullPointerException when the EJB is invoked. The examples I found don't require an ejb-jar.xml to be added, but I added one. In any case, a NullPointerException is thrown. Any ideas? The unit test: import static org.testng.Assert.assertEquals; import java.io.File; import javax.ejb.EJB; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss