I am not able access EJB's deployed on an EJB Server(EAP 6) as WAR. The client is also EAP 6.0 and deployed as WAR.
both client and server run on different physical servers.
I have followed the below url to configure my client app
https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance
Clinet gives an exception saying
(RST|1360588088587144000) Exception occured while creating process definitionEJBCLIENT000025: No EJB receiver available for handling [appName:, moduleName:axio, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@880adc
18:38:35,193 ERROR [stderr] (RST|1360588088587144000) java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:, moduleName:axio, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@880adc
18:38:35,193 ERROR [stderr] (RST|1360588088587144000) at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:588)
Thanks
Jyothy