当在mycontext.xml的上下文中验证hazelcast-spring-3.1.xsd时发生错误
问题描述:
当我的context.xml正在验证hazelcast的xsd文件时,出现此问题。其他的xsd文件不会给出错误。我疯了,我该如何解决这个问题?这是错误描写的特征:通过将文件“IMCP芯-context.xml的”验证文件 “hazelcast - 弹簧 - 3.1.xsd”时检测到当在mycontext.xml的上下文中验证hazelcast-spring-3.1.xsd时发生错误
的下面的错误。在 大多数情况下,可以通过直接验证 “hazelcast-spring-3.1.xsd”来检测这些错误。但是, 错误只有在 imcp-core-context.xml的上下文中验证了hazelcast-spring-3.1.xsd后才会发生。
S4S-ELT字符:非空白字符不是在规划允许的 元素以外 '的xs:APPINFO' 和 'XS:文档,' 夺魂锯 “301永久移动”
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:task="http://www.springframework.org/schema/task" xmlns:hz="http://www.hazelcast.com/schema/spring"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd
http://www.hazelcast.com/schema/spring http://www.hazelcast.com/schema/spring/hazelcast-spring-3.1.xsd ">
而且这是截图: