I am not sure whether this is the right section for my question because I am not sure what is happening.
I have a project using Spring that gives some very confusing output. When I run the project in NetBeans with
Maven it outputs
Which sound like it has read and understood my bean definitions in spring-config.xml.
The next line then has me somewhat confused
Suddenly it cannot find spring-config.xml, but it has just read the file without problems.
Looking at the complete stacktrace indicates that it is the second of these two lines that cause the exception, and I suspect that it is the first the loads the file without problems.
Can anybody explain to me what is happening here?