Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 引用的文件包含错误_Java_Xml_Spring_Eclipse_Xsd - Fatal编程技术网

Java 引用的文件包含错误

Java 引用的文件包含错误,java,xml,spring,eclipse,xsd,Java,Xml,Spring,Eclipse,Xsd,当我尝试使用spring和zk-spring验证java web应用程序的应用程序上下文时,遇到了一个问题 myapplicationcontext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x

当我尝试使用
spring
zk-spring
验证java web应用程序的应用程序上下文时,遇到了一个问题

my
applicationcontext.xml

<?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:jee="http://www.springframework.org/schema/jee"
        xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
        xmlns:util="http://www.springframework.org/schema/util" xmlns:zksp="http://www.zkoss.org/2008/zkspring/core"

        xsi:schemaLocation="http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd 
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd 
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd 
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd 
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd 
        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd 
        http://www.zkoss.org/2008/zkspring/core http://www.zkoss.org/2008/zkspring/core/zkspring-core.xsd ">
错误详细信息说明我应该在
systemid
publicid
之间有一个空格。我已经添加了空白,但错误仍然存在

使用
日食开普勒
JDK 1.7
zkoss框架
弹簧


模式本身似乎没有任何问题(在关闭
beans
标记后在氧气中成功验证)。这可能与其他工具有关。哪个软件提供了(部分?)错误消息?始终将准确的错误消息粘贴到问题中。永远不要复述。不管怎样,
http://www.zkoss.org/2008/zkspring/core/zkspring-core.xsd
没有错误;也许知道这一点有助于你识别这种脱节。投票结束,因为缺少。。。
Referenced file contains errors (http://www.zkoss.org/2008/zkspring/core/zkspring-core.xsd)