永发信息网

请教java中报如下错误的解决方案

答案:2  悬赏:80  手机版
解决时间 2021-04-13 18:15
  • 提问者网友:寂寞梧桐
  • 2021-04-13 07:21
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'MUserService' 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 'net.web.bwpg.dao.impl.MUserDAOImpl' to required type 'net.bwpg.dao.MUserDAO' for property 'mUserDAO'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [net.web.bwpg.dao.impl.MUserDAOImpl] to required type [net.bwpg.dao.MUserDAO] for property 'mUserDAO': no matching editors or conversion strategy found

请教java中报如上错误的解决方案

applicationContext.xml文件配置如下:请问有什么错误吗?










最佳答案
  • 五星知识达人网友:一秋
  • 2021-04-13 07:36
你的applicationContext.xml文件中bean的定义有问题!
还应该有一个叫MUserDAO的bean,并且在MUserServiceImpl中将MUserDAO这个bean注入进去!
全部回答
  • 1楼网友:纵马山川剑自提
  • 2021-04-13 08:36
看起来象是因为您的server一边路径中缺乏jdbc jar,导致db操作失败,因而在客户端操作 ch05.ordermodel.saveorder 的过程中或者ch05,或者ch05.ordermodel发生空指针异常。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯