A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

org.springframework.beans.factory.BeanDefinitionStoreException: Line 150 in XML document from ServletContext resource [/WEB-INF/mypro-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 150; columnNumber: 85; The prefix "oscache" for element "oscache:config" is not bound.
Caused by: org.xml.sax.SAXParseException; lineNumber: 150; columnNumber: 85; The prefix "oscache" for element "oscache:config" is not bound.


在mypro-servlet.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>


oscache包是想通过maven导入,结果没有导入成功,就自己手动导入,并且完成相应配置,整个项目没有报错,不知道为什么项目还是无法编译通过。

求高人指点,谢谢!

3 个回复

倒序浏览
自己顶起,没有人回答一下啊 ,苦闷啊
回复 使用道具 举报
导入包到eclipse中,在你想导入的工程上右击选中Properties,在Properties页面中选中Java Build Path,选中Libraries标签,点击Add External JARs。然后加入你想导入的包就行了
回复 使用道具 举报
More 发表于 2014-5-31 16:59
导入包到eclipse中,在你想导入的工程上右击选中Properties,在Properties页面中选中Java Build Path,选中 ...

这些我都知道,不过还是谢谢啊
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马