[jboss-cvs] JBossAS SVN: r65429 - branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/interfaces.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Sep 15 23:07:17 EDT 2007
Author: bstansberry at jboss.com
Date: 2007-09-15 23:07:17 -0400 (Sat, 15 Sep 2007)
New Revision: 65429
Modified:
branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java
Log:
[JBAS-4729] Don't fail over on UnmarshalException
Modified: branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java
===================================================================
--- branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java 2007-09-16 03:00:57 UTC (rev 65428)
+++ branches/Branch_4_2/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java 2007-09-16 03:07:17 UTC (rev 65429)
@@ -195,10 +195,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