No EJB receiver available for handling

烂漫一生 提交于 2019-11-27 20:40:23

I found the solution! All I needed was to add this line to my client code: jndiProperties.put("jboss.naming.client.ejb.context", true);

I found it in a comment posted to this question: https://community.jboss.org/message/747360?_sscc=t

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