Spring Unit Test failing when loading ApplicationContext
I have an original unit test not written by me, where there is a @ContextConfiguration loading from an XML file. I made a change where one of the beans now has a dependency injected, but the config load is now failing.