Trying to set up a new project and confusing a strange problem. I created a new application context file called backend-context.xml, I added spring -context as a dependency and try to add namespaces via the bean configuration file, but it shows as 1 error, without explanation.
If I go to the problem log, it will indicate the following error:
'Unable to load schema mappings from location [META-INF / spring.schemas]'
If I look at the Maven dependencies, I can see this file located under the spring - beans bank.
If anyone has ideas on how to fix this, this will be awesome!
Thank!
dardo source
share