How to unit test EJB3 without a container

Unit test EJB3 without a container has become much easier since the EJB 3.1 spec with the introduction of the embeddable EJBContainer concept. An embeddable EJBContainer is a container for enterprise beans that does not require a Java EE server to run. Interesting usage scenarios are: EJB unit testing: you don’t need to install a … Continue reading How to unit test EJB3 without a container