No EJB receiver available for handling

后端 未结 1 940
[愿得一人]
[愿得一人] 2020-12-05 15:26

I\'m using EJB 3.0 with JBoss AS 7.1.1 Final. I am getting this error when I try to connect my client to the server:

Aug 15, 2012 12:05:00 PM org.jboss.ejb.         


        
相关标签:
1条回答
  • 2020-12-05 16:12

    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

    0 讨论(0)
提交回复
热议问题