liuwen0411 2011-04-19 15:02
浏览 312
已采纳

SSI框架错误提示

Error creating bean with name 'sqlMapClient' defined in ServletContext resource [/WEB-INF/config/common/applicationContext.xml]: Unsatisfied dependency expressed through bean property 'configLocation':

Cannot find class [com.neusoft.gmsbs.gms.user.dao.impl.UserDAOImpl] for bean with name 'userDAO' defined in ServletContext resource [/WEB-INF/config/gms/user/applicationContext_user.xml]; nested exception is java.lang.ClassNotFoundException:
以上是错误信息提示,我在applicationContext_user.xml中的配置是
<?xml version="1.0" encoding="UTF-8"?>
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd
">
scope="prototype">









路径都没错,我检查了N遍,这个问题让我研究了2天了,请求高手给我解脱!

  • 写回答

6条回答 默认 最新

  • finallygo 2011-04-19 16:11
    关注

    No bean named 'dataSource' is defined
    这里不是显示没有定义dataSource吗?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(5条)

报告相同问题?