Hi,
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 ...
Can anyone help? Thanks, - Dave