[jboss-jira] [JBoss JIRA] (AS7-4510) EJB client on server A doesn't reconnect to server B if server B restarts

SBS JIRA Integration (JIRA) jira-events at lists.jboss.org
Sat Apr 14 05:07:47 EDT 2012


     [ https://issues.jboss.org/browse/AS7-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SBS JIRA Integration updated AS7-4510:
--------------------------------------

    Git Pull Request: https://github.com/jbossas/jboss-as/pull/2050  (was: https://github.com/jbossas/jboss-as/pull/2050)
     Forum Reference: https://community.jboss.org/message/729398#729398

    
> 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

        


More information about the jboss-jira mailing list