BeanDefinitionParserDelegate uses http://www.springframework.org/schema/
See gh-22839
This commit is contained in:
parent
fde92793b5
commit
8c605dd082
|
@ -1406,7 +1406,7 @@ public class BeanDefinitionParserDelegate {
|
|||
return decorated;
|
||||
}
|
||||
}
|
||||
else if (namespaceUri.startsWith("http://www.springframework.org/")) {
|
||||
else if (namespaceUri.startsWith("http://www.springframework.org/schema/")) {
|
||||
error("Unable to locate Spring NamespaceHandler for XML schema namespace [" + namespaceUri + "]", node);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue