15
Spring 3.0 - Неможливо знайти Spring NamespaceHandler для простору імен XML-схем [http://www.springframework.org/schema/security]
Будь-які ідеї, що може бути причиною цього? Не вдається знайти Spring NamespaceHandler для простору імен XML-схеми [ http://www.springframework.org/schema/security] org.springframework.web.context.ContextLoader initWebApplicationContext: Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security] Offending resource: ServletContext resource [/WEB-INF/applicationContext.xml] Це мій applicationContext.xml: <?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" …