0 0

Java XML xmlns xsi:schemaLocation 问题5

今天在SSH项目里面添加OSCACHE,但是添加命名空间后确报错,如图

<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:p="http://www.springframework.org/schema/p"
	xmlns:context="http://www.springframework.org/schema/context"
	xmlns:oscache="http://www.springframework.org/schema/oscache" 
	xmlns:aop="http://www.springframework.org/schema/aop"
	xmlns:tx="http://www.springframework.org/schema/tx"
    xsi:schemaLocation="http://www.springframework.org/schema/beans 
    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd 
    http://www.springmodules.org/schema/oscache 
    http://www.springmodules.org/schema/cache/springmodules-oscache.xsd 
    http://www.springframework.org/schema/context 
    http://www.springframework.org/schema/context/spring-context-2.5.xsd 
    http://www.springframework.org/schema/aop 
    http://www.springframework.org/schema/aop/spring-aop-2.5.xsd 
    http://www.springframework.org/schema/tx 
    http://www.springframework.org/schema/tx/spring-tx-2.5.xsd ">

 之后我在XML里面声明

<oscache:config configLocation="classpath:oscache.properties" id="cacheProvider" />
 <oscache:annotations providerId="cacheProvider">
  <oscache:caching id="caching" cronExpression="0 1 * * *" refreshPeriod="86400" />
  <oscache:flushing id="flushing" />
 </oscache:annotations>

 

之后前面就有红色的X 不知道是怎么回事,在网上查有的人说把XSD,从Jar包里面搞出来,直接从本地引用。就不会有错了,但是我上网看了这个XSD的确存在这个CONFIG标签 还是报错真是恶心 所以来提问下。谁有遇到过类似的问题没?

2012年6月05日 14:10
目前还没有答案

相关推荐

    xml中的xmlns:、xmlns:xsi和xsi:schemaLocation.doc

    "XML中的xmlns、xmlns:xsi和xsi:schemaLocation详解" XML文档中的xmlns、xmlns:xsi和xsi:schemaLocation是三个重要的元素,分别用于定义XML文档的命名空间、XML schema实例和schemaLocation。 一、xmlns xmlns是...

    SpringMVC配置文件最全约束

    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=...

    JAVA web.xml配置详解

    &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;web-app xmlns=... 网站名称 网站描述 &lt;!-- icon元素包含small-icon和large-icon两个子元素.用来指定web站台中小图标和大图标的路径....--small-icon元素应指向web...

    项目源码java京东商城购物网站

    xsi:schemaLocation= "http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/tx ...

    xwork-2.0.4-src

    &lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=...

    java-selenium-maven-pom文件

    &lt;project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt; &lt;modelVersion&gt;4.0.0 &lt;groupId&gt;test ...

    Maven的pom.xml配置文件详细配置说明

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "&gt; &lt;!-- 父项目的坐标。如果项目中没有规定某个元素...

    Spring实战2-Bean注入详解的源代码

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation=...

    配置文件pom.xml

    &lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=...

    springmvc-config.xml

    xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd http://www.springframework.org/schema/mvc ...

    JavaWeb开发技术-引入Schema约束.pptx

    在XML文档中,你可以通过声明一个名称空间,并使用`xsi:schemaLocation`属性来指定对应的XML Schema文档。例如: ```xml &lt;root xmlns="http://example.com/mynamespace" xmlns:xsi=...

    项目源码-java计算机配件报价系统项目

    【项目源码】-java计算机配件报价系统项目 ... xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"&gt; &lt;welcome-file&gt;/qiantai/default.

    聊天室(ActionScript 3.0实现)

    聊天室(ActionScript 3.0实现)&lt;?xml version="1.0" encoding="UTF-8"?&gt; -&lt;web-app xsi:schemaLocation=...

    springbootMaven配置文件,用于更改资源下载路径,避免初始化项目报错

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt; &lt;localRepository&gt;D:\repository\...

    cookie在jsp中的使用,登录页面选择时间保存cookie-----代码

    &lt;web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation=...

    lantern:一个用于自动执行安全扫描的python库-源码

    灯笼Lantern是使用Python编写...filelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns="https://analysiscenter.veracode.com/schema/2.0/filelist"xsi:schemaLocation="https://analysiscenter.vera

    一个简单的Acegi入门实例

    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"&gt; &lt;!-- 指定Acegi资讯的设定档--&gt; &lt;context-param&gt; &lt;param-name&gt;contextConfigLocation...

    ImpalaJDBC42-2.6.17.1020.jar

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"&gt; &lt;!-- 有可能下载不到该Jar, 可以到该地址下载...

    web各种头文件

    在Servlet 2.4中,`web-app`元素的命名空间被指定为`http://java.sun.com/xml/ns/j2ee`,并且通过`xsi:schemaLocation`属性引用了XML Schema文件,确保`web.xml`文件的格式和内容符合规范。 ### Servlet 2.5 版本 ...

    web.xml配置详解.docx

    &gt;` 声明了 XML 文件的版本和编码格式, `xmlns` 和 `xsi:schemaLocation` 指明了 schema 的来源。 以下是 web.xml 文件中的一些重要元素: * `&lt;description&gt;`:站台描述 * `&lt;display-name&gt;`:站台名称 * `&lt;icon&gt;`...

Global site tag (gtag.js) - Google Analytics