I'm seeing...
Caused by: java.io.FileNotFoundException: class path resource
[context/multiple/META-INF/spring/SpringHelloWorld-context.xml] cannot
be opened because it does not exist
at
org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:142)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
... 68 more
in
context.multiple.MultipleContextTestCase
I know there have been changes here recently. Any ideas?
Simon