I would like to setup unit and integration for ejb3 (entity/jpa). I'm using Eclipse, Maven, and Jonas server. It seems that easybeans is what I need for integration test. Where can I find some sample project? Thanks,
Asked
Active
Viewed 483 times
0
-
2possible duplicate of [Where can I find good unit testing resources for EJB and J2EE?](http://stackoverflow.com/questions/1733805/where-can-i-find-good-unit-testing-resources-for-ejb-and-j2ee). Also, EasyBeans is an EJB 3 implementation - I don't see what that has to do with unit/integration tests. – Matt Ball Jul 19 '11 at 19:54
-
openejb is an ejb container also, isn't it? if I'm right, I don't see diffence between openejb and easybeans. Let me know if I'm wrong, I'm newbye to jee development. – ruddy32 Jul 19 '11 at 22:06
1 Answers
0
You should use the EJB embedded container: http://www.adam-bien.com/roller/abien/entry/embedding_ejb_3_1_container

Gonzalo Garcia Lasurtegui
- 4,911
- 5
- 32
- 49