org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/flex]
Offending resource: ServletContext resource [/WEB-INF/classes/flex-application-config.xml]
1.在spring 2.5下整合 应使用如下配置 <property name="servicesConfigPath" value="/WEB-INF/flex/services-config.xml" />
<!-- <property name="servicesConfigPath">-->
<!-- <value>/WEB-INF/flex/services-config.xml</value>-->
<!-- </property>-->
2注意tomcat下的其它项目冲突
3注意servlet问题
Offending resource: ServletContext resource [/WEB-INF/classes/flex-application-config.xml]
1.在spring 2.5下整合 应使用如下配置 <property name="servicesConfigPath" value="/WEB-INF/flex/services-config.xml" />
<!-- <property name="servicesConfigPath">-->
<!-- <value>/WEB-INF/flex/services-config.xml</value>-->
<!-- </property>-->
2注意tomcat下的其它项目冲突
3注意servlet问题
本文解析了Spring在尝试整合Flex时出现的配置问题,并提供了具体的解决步骤。包括正确的配置示例、注意事项及如何避免与其他Tomcat项目发生冲突。
905

被折叠的 条评论
为什么被折叠?



