[Jboss-cvs] JBossAS SVN: r55930 - branches/Branch_3_2/cluster/src/main/org/jboss/invocation/jrmp/interfaces

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 14 23:00:57 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-14 23:00:56 -0400 (Mon, 14 Aug 2006)
New Revision: 55930

Modified:
   branches/Branch_3_2/cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java
Log:
[JBAS-3518] Don't failover if there is an UnmarshalException

Modified: branches/Branch_3_2/cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java
===================================================================
--- branches/Branch_3_2/cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java	2006-08-15 02:45:27 UTC (rev 55929)
+++ branches/Branch_3_2/cluster/src/main/org/jboss/invocation/jrmp/interfaces/JRMPInvokerProxyHA.java	2006-08-15 03:00:56 UTC (rev 55930)
@@ -227,10 +227,6 @@
          {
             lastException = e;
          }
-         catch (java.rmi.UnmarshalException e)
-         {
-            lastException = e;
-         }
          catch (java.rmi.UnknownHostException e)
          {
             lastException = e;




More information about the jboss-cvs-commits mailing list