When trying to run the RewardNetworkTests with the @ActiveProfile({"jndi", "jdbc"}) annotation, I receive the following error:
javax.naming.NoInitialContextException: Cannot instantiate class: org.osjava.sj.SimpleContextFactory.
I am guessing that I may need to include the org.osjava.sj.SimpleContextFactory jar into my classpath, but I am unsure.
Any suggestions on how to get this test passing?
Here is a screenshot of the error:
