I'm trying to write some JUnit tests for an EJB service I have running locally. I'm using JUnit 4.3 with Java 1.5. The problem I'm having is that I don't know what class to use for my initial context factory. Here is the code I have so far ...
Dave,
I would use a framework like Cactus to get out of the remote call business. If you really want to do the remote call, the answer depends on your application server. Which one are you using?