-
Enhancement
-
Resolution: Done
-
Major
-
1.0.22.Final
-
None
Improve error messages to help narrow down the issue such as:
EJBCLIENT000025
EJBCLIENT000024
java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:apptwo, moduleName:ejb, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@6e28d8da
The error above is thrown on several occasions:
- the remoting connection was closed previously
- the ejb actually does not exist
- security configuration is not configured properly
- the client / server are using different configurations such as client is trying to use SSL and server is not expecting it
- links to