问答详情
源自:6-1 声明式事务管理方式一:基于TransactionProxyFactoryBean的方式

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

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]

提问者:只离去誰痛心 2016-02-23 17:03

个回答

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

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

  • 武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