我收到以下错误:
创建名为'voteController'的bean时出错:注入自动连接的依赖项失败;嵌套异常是org.springframework.beans.factory.BeanCreationException:无法自动装配字段:com.mindtree.service.VoteService com.mindtree.controller.VoteController.voteService;嵌套异常是org.springframework.beans.factory.BeanCreationException:创建名为'voteServiceImpl'的bean时出错:注入自动连接的依赖项失败;嵌套异常是org.springframework.beans.factory.BeanCreationException:无法自动装配字段:com.mindtree.dao.VoteDao com.mindtree.serviceImpl.VoteServiceImpl.voteDao;嵌套异常是org.springframework.beans.factory.BeanCreationException:创建名为'voteDaoImpl'的bean时出错:注入自动连接的依赖项失败;嵌套异常是org.springframework.beans.factory.BeanCreationException:无法自动装配字段:org.springframework.orm.hibernate3.HibernateTemplate com.mindtree.daoImpl.VoteDaoImpl.hibernateTemplate;嵌套异常是org.springframework.beans.factory.BeanCreationException:在ServletContext资源[/WEB-INF/applicationContext.xml]中定义名称为'hibernateTemplate'的bean时出错:在设置构造函数参数时无法解析对bean'sessionFactory'的引用;嵌套异常是org.springframework.beans.factory.BeanCreationException:在ServletContext资源[/WEB-INF/applicationContext.xml]中定义了名为'sessionFactory'的bean时出错:init方法的调用失败;嵌套异常是java.lang.NoClassDefFoundError:org / hibernate / engine / query / sql / NativeSQLQueryReturn
答案 0 :(得分:0)
您必须确保在部署应用程序时打包所有依赖项。检查您的构建脚本。