[jboss-jira] [JBoss JIRA] Updated: (JBAS-4963) invocationHasReachedAServer calls within exception handling vary from UnifiedInvokerHAProxy to JRMPInvokerProxyHA

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Jun 8 16:17:38 EDT 2010


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

Brian Stansberry updated JBAS-4963:
-----------------------------------

    Fix Version/s: Unscheduled
                       (was: 6.0.0.M4)


> invocationHasReachedAServer calls within exception handling vary from UnifiedInvokerHAProxy to JRMPInvokerProxyHA
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-4963
>                 URL: https://jira.jboss.org/browse/JBAS-4963
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>    Affects Versions: JBossAS-4.2.2.GA,  JBossAS-5.0.0.Beta3
>            Reporter: Galder Zamarreno
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: Unscheduled
>
>
> Exception handling is different between JRMPInvokerProxyHA and 
> UnifiedInvokerHAProxy when it comes to, at least, calls to invocationHasReachedAServer():
> 1.- JRMPInvokerProxyHA
> Exception handling that does not lead to invocationHasReachedAServer() being called:
> * java.net.ConnectException
> * java.net.UnknownHostException
> * java.rmi.ConnectException
> * java.rmi.ConnectIOException
> * java.rmi.NoSuchObjectException
> * java.rmi.UnknownHostException
> * GenericClusteringException.NO
> Exception handling that leads to invocationHasReachedAServer() being called:
> * GenericClusteringException.YES
> * java.rmi.ServerException
> * java.lang.Exception
> 2.- UnifiedInvokerHAProxy
> Exception handling that does not lead to invocationHasReachedAServer() being called:
> * org.jboss.remoting.CannotConnectException
> * GenericClusteringException.NO
> * java.rmi.RemoteException
> * java.lang.Throwable
> Exception handling that leads to invocationHasReachedAServer() being called:
> * GenericClusteringException.YES 
> This JIRA tracks discussions to clarify the correctness of UnifiedInvokerHAProxy and any 
> potential coding required.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list