EJB 未注入到测试的 servlet 中

发布于 2024-09-30 07:17:03 字数 172 浏览 3 评论 0原文

我正在使用 Cactus 来测试一个 servlet,该 servlet 使用 @EJB 注释注入了 ejb (EJB 3.0)。当作为 Web 应用程序的一部分执行时,servlet 工作正常,但在运行 cactus 测试时,它无法注入 ejb。我收到空指针异常。 cactus 中的 ejb 依赖注入是否有任何限制,请告诉我。

I am using Cactus to test a servlet which has an injected ejb (EJB 3.0) using @EJB annotation. The servlet is working fine when executed as part of the web application but while running the cactus test it is failing to inject the ejb. I am getting a null pointer exception. Please let me know if there is any limitation of ejb dependency injection in cactus.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇俏 2024-10-07 07:17:03

我使用 new 来实例化 servlet,因此它不由容器管理。我已经纠正了这个问题。感谢您的时间和帮助

I was using new to instantiate the servlet and hence it was not being managed by the container. I have corrected this issue. thanks for your time and help

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文