为了账号安全,请及时绑定邮箱和手机立即绑定

org.springframework.beans.factory.BeanCreationException

ERROR [localhost-startStop-1] - Context initialization failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'cn.muke.ssh.service.ProductService' to required type 'cn.muke.ssh.dao.ProductDao' for property 'productDao'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [cn.muke.ssh.service.ProductService] to required type [cn.muke.ssh.dao.ProductDao] for property 'productDao': no matching editors or conversion strategy found

 求大神回答这什么问题 万分感谢!

正在回答

1 回答

这个应该是bean的id名字的问题,注意字母大小写

<!--配置action层  -->

<bean id="productaction" class="com.action.ProductAction" scope="prototype">

<property name="productservice" ref="productservice"></property>

</bean>

<!--配置service层  -->

<bean id="productservice" class="com.service.ProductService">

<property name="productdao" ref="productdao"></property>

</bean>

<!--配置dao层  -->

<bean id="productdao" class="com.dao.ProductDao">

</bean>


0 回复 有任何疑惑可以回复我~
#1

慕粉2314364488 提问者

非常感谢!
2017-04-12 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
基于SSH实现员工管理系统之框架整合篇
  • 参与学习       49831    人
  • 解答问题       344    个

本视频教程主要介绍环境搭建和SSH框架整合,逐层深入理解学习

进入课程

org.springframework.beans.factory.BeanCreationException

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信