gpt4 book ai didi

java - applicationContext-service.xml 问题定义

转载 作者:行者123 更新时间:2023-12-03 02:20:04 24 4
gpt4 key购买 nike

使用spring,下面是applicationContext-service.xml的代码:

<bean id="mediaObjectService" class="path.MediaObjectServiceImpl">

<property name="mediaObjectDao" >
<ref bean="mediaObjectDao"/>
</property>
<property name="semanticQuestionDao" >
<ref bean="semanticQuestionDao"/>
</property>
<aop:scoped-proxy/>
</bean>

在进行测试时,我得到了他的错误:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.mediaObjectService' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: net.sf.cglib.proxy.Enhancer.setInterceptDuringConstruction(Z)V

据我所知, session 作用域对象始终在 bean-id 名称前添加一个名为 scopedTarget. 的前缀。
所以,如果我是对的,mediaObjectService 就是 bean-id,它的声明是正确的。
也许我错了,但无论如何,我没有看到我犯的错误。

有什么帮助吗?

提前致谢

最佳答案

我使用了 cglib-nodep-2.1_3.jar 它解决了我的问题

关于java - applicationContext-service.xml 问题定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3625488/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com