5 Replies Latest reply on Jul 10, 2013 7:51 AM by grischa.paul

    EJB invocations from JCA to a remote server instance

    grischa.paul

      Hi,

      I want to call an EJB from one JBoss 7 instance on another one. I read https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance, did the appropriate QuickStart and adapted it to my project. In principal it works if I call the remote EJB from an EJB inside the client server. Unfortunately it does not work if I call the remoote EJB from an EJB client which is inside a JCA resource adapter (which itself is inside an EAR) in the client server. Then the well known error message "No EJB Reiceiver ..." appears. I copied the jboss-ejb-client.xml to the EAR META-INF, the RAR root, the RAR META-INF, nothing helped. It seems that the jboss-ejb-client.xml is not considered if the invocation is performed from the JCA.

      Any help is appreciated,  Thank you.