[jboss-cvs] JBossAS SVN: r68373 - in branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3: session and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 18 03:58:04 EST 2007


Author: wolfc
Date: 2007-12-18 03:58:04 -0500 (Tue, 18 Dec 2007)
New Revision: 68373

Modified:
   branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/remoting/BaseRemoteProxy.java
   branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/session/BaseSessionRemoteProxy.java
Log:
Merged 68346


Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/remoting/BaseRemoteProxy.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/remoting/BaseRemoteProxy.java	2007-12-18 07:44:59 UTC (rev 68372)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/remoting/BaseRemoteProxy.java	2007-12-18 08:58:04 UTC (rev 68373)
@@ -37,6 +37,8 @@
  */
 public abstract class BaseRemoteProxy implements java.io.Serializable, InvocationHandler, RemoteProxy
 {
+   private static final long serialVersionUID = 1126421850898582900L;
+   
    protected String containerId;
    protected String containerGuid;
    protected Interceptor[] interceptors;

Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/session/BaseSessionRemoteProxy.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/session/BaseSessionRemoteProxy.java	2007-12-18 07:44:59 UTC (rev 68372)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/session/BaseSessionRemoteProxy.java	2007-12-18 08:58:04 UTC (rev 68373)
@@ -37,6 +37,8 @@
  */
 public abstract class BaseSessionRemoteProxy extends org.jboss.ejb3.remoting.BaseRemoteProxy
 {
+   private static final long serialVersionUID = 8310915813626447181L;
+   
    protected Object id;
    
    protected Handle handle;




More information about the jboss-cvs-commits mailing list