[jboss-cvs] JBossAS SVN: r60330 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 6 10:18:39 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-06 10:18:39 -0500 (Tue, 06 Feb 2007)
New Revision: 60330

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java
Log:
Use the VMID to identify the VM. Fixes the XPC test case

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java	2007-02-06 15:18:07 UTC (rev 60329)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java	2007-02-06 15:18:39 UTC (rev 60330)
@@ -40,7 +40,7 @@
 {
    @PersistenceContext EntityManager em;
 
-   public transient VMID myId = null;
+   public static VMID myId = null;
 
    public VMID getVMID()
    {




More information about the jboss-cvs-commits mailing list