Hi,
I have a
Maven (v 3.0.3) project using Spring 3.0.5.RELEASE. I want to write a mock Spring
JUnit test to verify that one of my controllers is redirecting to the proper view. However, I can't get my application context to load properly. I have these files ...
Then in my Spring JUnit test, I have
However, upon running my JUnit test from Maven, I get the error
What is the proper way to reference my web.xml file? Thanks, - Dave