[jboss-cvs] JBossAS SVN: r64287 - branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 25 23:03:19 EDT 2007


Author: bdecoste
Date: 2007-07-25 23:03:19 -0400 (Wed, 25 Jul 2007)
New Revision: 64287

Modified:
   branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/NestedStatefulBeanContext.java
Log:
[EJBTHREE-1019] fixed writeExternal

Modified: branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/NestedStatefulBeanContext.java
===================================================================
--- branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/NestedStatefulBeanContext.java	2007-07-26 02:56:50 UTC (rev 64286)
+++ branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/stateful/NestedStatefulBeanContext.java	2007-07-26 03:03:19 UTC (rev 64287)
@@ -49,6 +49,7 @@
 
    public void writeExternal(ObjectOutput out) throws IOException
    {
+      out.writeUTF(Ejb3Registry.oid(getContainer()));
       out.writeUTF(Ejb3Registry.guid(getContainer()));
       out.writeObject(id);
       out.writeObject(metadata);




More information about the jboss-cvs-commits mailing list