-
Quirks and twists of testing CODI @Bundle with OpenEJB ApplicationComposer
Using JavaEE means also testing JavaEE with all the implications! I personally use an ApplicationComposer from OpenEJB when writing unit tests not requiring all containers (as in web, cdi, ejb, …) up and running but just enough to have injection and deploy ejbs. I am not happy with ApplicationComposer because I think it has number…