3 Replies Latest reply on Jun 12, 2009 12:42 PM by ssilvert

    testting ear with EJB3

    prj.vandenberg

      I want to test my webapp using JSFUnit. The application i want to test is an ear file and contains ejb3 code with local interfaces. Is it possible to test the application outside the ear file (by using a separate jsfunit war)?

      I'm trying to get it running on weblogic 10, but i error I get is that it cannot inject the EJB3 stateless session beans (because it cant find any available beans). The application itself works properly.