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小程序,大家帮忙找找错误,谢谢了。
还是报一样的错误吗?如果是你检查一下,你类的路径有没有写错
java.lang.ClassNotFoundException: com.neusoft.user.action.userAction;
找不到这个类,我觉得应该是类名写错了,应该是UserAction吧