How to test EJB method call with Arquillian Weld EE Embedded

我的梦境 提交于 2019-12-04 12:02:28

It seems to be a Weld EE bug.

See the corresponding Arquillian forum thread and the associated issue on Weld Issue Tracker.

try use @EJB instead of @Inject.

instead of 'arquillian-weld-ee-embedded-1.1', try using 'arquillian-weld-se-embedded-1.1'. It's a bug indeed and this should fix it.

edit: see you already solved it, my bad :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!