老师,我将accountServiceProxy注入到accountService时会抛异常

来源:6-1 声明式事务管理方式一:基于TransactionProxyFactoryBean的方式

只离去誰痛心

2016-02-23 17:03

Error creating bean with name 'com.xmbb.demo2.test1': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'transferServiceProxy' must be of type [com.xmbb.demo2.TransferService], but was actually of type [com.sun.proxy.$Proxy9]

写回答 关注

4回答

  • Java小怪兽
    2016-02-24 00:12:16
    已采纳

    这里配置的是你的service的代理类的注入,这里的异常感觉你好像配反了...检查一下你的配置文件看看

    只离去誰痛心

    谢谢,=。=

    2016-02-24 16:07:14

    共 1 条回复 >

  • 武zz
    2016-11-11 20:25:03

    还有一种可能情况是,你粘贴复制了xml文件,而其中Dao和Service的<bean>配置中包名没有改过来

  • beethovenzju
    2016-10-04 20:40:50

    所以最后是怎么解决的?

  • weibo_季沫Firly_0
    2016-04-18 14:40:28

    我刚开始也遇到了同样的问题,业务操作那里使用接口进行声明

    http://img.mukewang.com/571480ab00016bff04830205.jpg

    只离去誰痛心

    谢谢啊

    2016-05-13 10:07:46

    共 1 条回复 >

Spring事务管理

事务管理是Spring重要的知识,应用事务解决数据不一致问题

87318 学习 · 197 问题

查看课程

相似问题