Struts has detected an unhandled exception: Messages: Bean named

Spring依赖注入异常解析
本文解析了一种常见的Spring框架依赖注入异常,即Bean类型不匹配的问题,并提供了具体的解决方法。通常这种错误发生在Bean的实际类型与期望类型不符时,文中通过实例说明如何定位问题并修复。
Struts has detected an unhandled exception:
Messages: Bean named 'cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl' must be of type [cn.itcast.elec.service.IElecApplicationTemplateService], but was actually of type [cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl]
Error creating bean with name 'elecApplicationFlowAction'Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl' must be of type [cn.itcast.elec.service.IElecApplicationTemplateService], but was actually of type [cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl]
Unable to instantiate Action, elecApplicationFlowAction, defined for 'elecApplicationFlowAction_home' in namespace '/workflow'Error creating bean with name 'elecApplicationFlowAction'Injection of resource dependencies failed; nested exception is

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl' must be of type [cn.itcast.elec.service.IElecApplicationTemplateService], but was actually of type [cn.itcast.elec.dao.impl.ElecApplicationTemplateDaoImpl]


在用已有的模板复制一个类似的类时,如:serviceImpl层 ElecApplicationTemplateServiceImpl.java 复制一份ElecApplicationFlowServiceImpl.java
原来ElecApplicationTemplateServiceImpl.java 类中的一些import的资源也被 复制到ElecApplicationFlowServiceImpl.java中(这些资源在此类中还没有用到),运行时就会出现以上错误,将多余的import资源删除,再重新启动服务就ok了!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值