Description
The following testcases fail to lookup the jar used for testing:
- TestEJBContainerRule
- TestEJBContainerRuleWithProgrammaticInjection
- TestEJBContainerRunnerResources
- TestWithCdiBean
The problem for these testcases was the fact that they specified an exclusion property for all jars which essentially made openejb.junit unavailable during the test runs.
There should be a property which makes this module available.