I'm using JUnit 4 and did not extend JMSTestCaseAdapter.
I tried both :
1. ejbModule = jmsFactory.createEJBTestModule();
2. ejbModule = new EJBTestModule(new EJBMockObjectFactory());
I get the following exception :
java.lang.NoClassDefFoundError: org/mockejb/BasicEjbDescriptor
Am I missing something? Please let me know
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using JUnit 4 and did not extend JMSTestCaseAdapter.
I tried both :
1. ejbModule = jmsFactory.createEJBTestModule();
2. ejbModule = new EJBTestModule(new EJBMockObjectFactory());
I get the following exception :
java.lang.NoClassDefFoundError: org/mockejb/BasicEjbDescriptor
Am I missing something? Please let me know
Please add all third-party dependencies to the classpath, including mockejb.jar