部署注入接口的类时出现“WELD-001408 Unsatisfied dependency error”

发布于 2024-11-08 13:47:42 字数 156 浏览 0 评论 0原文

我正在 JUnit4 和 Jboss6 上使用 Arquillian 进行一些单元测试。有一个外观(SomeFacadeclass),其中注入了“SomeClass”(这是一个接口)。当 Arquillian 部署 test.war 进行测试时,会弹出上述部署错误。 我应该怎么做才能解决这个问题?

I'm doing some unit tests using Arquillian on JUnit4 and Jboss6. There is a facade(SomeFacadeclass) that has the "SomeClass"(which is an interface) injected to it. When Arquillian deploys the test.war for testing the above deployment error pops up.
What should i do to solve this?

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

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

发布评论

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

评论(2

辞旧 2024-11-15 13:47:42

我猜你的 bean 档案中没有 SomeClass 的实现

I would guess that you don't have an implementation of SomeClass in your bean archives

著墨染雨君画夕 2024-11-15 13:47:42

一切都解决了。我将实现类添加到 @Deployment 存档中,其他一些依赖类现在工作正常。

Everything was solved. I added the implementation class to the @Deployment archive and some other bunch of dependent classes things work fine now.

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