jaikiran pai created AS7-4510:
---------------------------------
Summary: EJB client on server A doesn't reconnect to server B if server B
restarts
Key: AS7-4510
URL:
https://issues.jboss.org/browse/AS7-4510
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: 7.1.2.Final-redhat1
Consider 2 server A and B. Server A contains a deployment with a jboss-ejb-client.xml
refering to a remote outbound connection to server B. Both servers are up. Application on
server A invokes on a bean on server B. Works fine.
Now server B goes down. This causes the EJB receiver in the client context of the
application on server A to be closed and no longer functional. A little later server B
comes back up. The application on server A invokes again on the bean, but currently it
fails with "No EJB receiver available to handle invocation". Instead, the
invocation is expected to trigger a reconnect to server B (which has restarted).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira