liuwen0411 2011-04-18 17:18
浏览 165
已采纳

SSI框架错误提示

Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSourceLocal' defined in ServletContext resource [/WEB-INF/config/common/applicationContext.xml]: Unsatisfied dependency expressed through bean property 'connectionPoolDataSource': : Cannot find class [com.neusoft.user.action.userAction] for bean with name 'uesrManageAction' defined in ServletContext resource [/WEB-INF/config/userManage/applicationContext_userManage.xml]; nested exception is java.lang.ClassNotFoundException: com.neusoft.user.action.userAction; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.neusoft.user.action.userAction] for bean with name 'uesrManageAction' defined in ServletContext resource [/WEB-INF/config/userManage/applicationContext_userManage.xml]; nested exception is java.lang.ClassNotFoundException: com.neusoft.user.action.userAction
上面是错误提示代码,实在不知道哪里出错了,自己第一次用SSI框架,想做个web小程序,大家帮忙找找错误,谢谢了。

  • 写回答

2条回答 默认 最新

  • finallygo 2011-04-19 14:08
    关注

    还是报一样的错误吗?如果是你检查一下,你类的路径有没有写错

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

报告相同问题?