gpt4 book ai didi

java - JAX-WS 服务中未检测到 Spring bean

转载 作者:行者123 更新时间:2023-12-01 15:34:20 25 4
gpt4 key购买 nike

我正在尝试使用我编写的 JAX-WS CXF Web 服务。对于 spring Autowiring 的带注释的 bean,我总是收到 nullPointerException 。然而,在服务器端通过 Web 一切工作正常,但通过 JAX-WS CXF Web 服务访问 bean。

我尝试过扩展 SpringBeanAutowiringSupport,但仍然没有成功。我怎样才能做到这一点。

问候,阿奇夫

最佳答案

我找到了答案:)

我必须将其添加到我的 applicationContext.xml

<!--Person Service Settings -->
<jaxws:endpoint id="personService" implementor="#person" address="/personService" />
<bean id="person" class="com.service.PersonServiceImpl" />
<bean id="PersonDAO" class="com.dao.PersonDAOImpl"/>
<!--Person Service Settings -->

关于java - JAX-WS 服务中未检测到 Spring bean,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9139814/

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