码迷,mamicode.com
首页 > 编程语言 > 详细

错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

时间:2014-11-22 13:14:54      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   ar   color   os   sp   for   on   

SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name ‘archCompanyAction‘:
Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field:
private com.honghailt.accountant.sys.service.ArchCompanyServiceImpl
com.honghailt.accountant.sys.action.ArchCompanyAction.service;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name ‘archCompanyServiceImpl‘: Injection of autowired dependencies failed;
nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: private com.honghailt.accountant.sys.dao.ArchCompanyDao
com.honghailt.accountant.sys.service.ArchCompanyServiceImpl.dao;
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException:
No qualifying bean of type [com.honghailt.accountant.sys.dao.ArchCompanyDao]
found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency.
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

解决方案:待解决

错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

标签:style   blog   io   ar   color   os   sp   for   on   

原文地址:http://www.cnblogs.com/w8104254/p/4114991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!