首页 > 其他 > 详细

配置文件报错:cvc-complex-type.2.4.a: Invalid content was found starting with element filter

时间:2017-08-23 12:42:26      阅读:426      评论:0      收藏:0      [点我收藏+]

 

配置文件filter元素报错
解决办法:
解决办法为:将“http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd”这段话加入到xml文件的"xmlns:xsi="的标签中

如下所示:
{

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance http://www.springmodules.org/schema/cache/springmodules-cache.xsd http://www.springmodules.org/schema/cache/springmodules-ehcache.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd
">

}

配置文件报错:cvc-complex-type.2.4.a: Invalid content was found starting with element filter

原文:http://www.cnblogs.com/cyy-13/p/7417571.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!