I want to test a java bean enterprise (which will later be deployed to a JBoss server) using JUnit. But I don’t know exactly how to use the tools for this. Regular JUnit does not work due to the missing EJB container and the resulting lack of necessary injections.
It seems like taking a little walk, I ended up in a library that was built into JBoss EJB, but it seems to be out of date. I also could not find files with source or binary files.
So please help, what’s the easiest way to locally generate a “layout” that can run JUnit tests in enterprise beans?
Hello Ben
source
share