I am trying to run some unit tests of the Spring configured persistence layer in Eclipse and having problems. I have based these tests on code from Spring Live by Matt Raible.
I get a nested file not found error when the ClasspathXMLApplicationContext class tries to load the applicationContext.xml file.
Is Eclipse setting the working directory for the VM to the location of the test case class?
This has been frustrating.
Thanks for any help
Brad


Reply With Quote
