I would like to have a JUnit (or other) system where the enterprise beans can be tested in a mock environment so that all resources/beans and so on are injected locally. ...
I was asked to work on a product which is developed in ejb2.x. The code base is very larger and the code is more generic (same interface for more than 5 ...
I have a super entity class with Inheritance strategy TABLE_PER_CLASS defined in my EJB project. I tried to use EJB3Unit for unit testing but only to realize that Inheritance strategy TABLE_PER_CLASS ...
Is there a good way to unit test BMT in EJB 3.x, outside the container. I believe that it would make sense to test transactions right when we are coding ...
Hi there! I'm trying to test my EJB classes, but had no luck so far. What I have so far is my Project ( "Java Web -> Web Application with Existing Sources"), with a JBoss Application Server configured, so that when i hit "Run Main Project", the server starts up and the application runs as it should, so i think the ...
Hello people, I've looked through a couple of testing frameworks that looked promising at first, but then turned out to have some kind of quirk which puts it into the not usable zone for me. I'm not mentioning them as I don't want to affect any ones opinion, I might have dismissed one without a good enough reason. I'm wondering which ...