[jboss-cvs] JBossAS SVN: r71378 - branches/JBPAPP_4_2_0_GA_CP/cluster/src/main/org/jboss/invocation/jrmp/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 28 10:58:57 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-03-28 10:58:57 -0400 (Fri, 28 Mar 2008)
New Revision: 71378

Modified:
   branches/JBPAPP_4_2_0_GA_CP/cluster/src/main/org/jboss/invocation/jrmp/server/JRMPInvokerHA.java
Log:
[JBPAPP-546] Added old serialization version uid.

Modified: branches/JBPAPP_4_2_0_GA_CP/cluster/src/main/org/jboss/invocation/jrmp/server/JRMPInvokerHA.java
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/cluster/src/main/org/jboss/invocation/jrmp/server/JRMPInvokerHA.java	2008-03-28 14:56:42 UTC (rev 71377)
+++ branches/JBPAPP_4_2_0_GA_CP/cluster/src/main/org/jboss/invocation/jrmp/server/JRMPInvokerHA.java	2008-03-28 14:58:57 UTC (rev 71378)
@@ -57,6 +57,8 @@
    extends JRMPInvoker
    implements InvokerHA
 {
+   private static final long serialVersionUID = -7657305823982668529L;
+   
    protected HashMap beanMap = new HashMap();
 
    /**




More information about the jboss-cvs-commits mailing list