[jboss-cvs] JBossAS SVN: r60329 - trunk/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:07 EST 2007


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

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

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java	2007-02-06 14:29:12 UTC (rev 60328)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatelessSessionBean.java	2007-02-06 15:18:07 UTC (rev 60329)
@@ -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