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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 7 11:11:07 EST 2007


Author: bdecoste
Date: 2007-03-07 11:11:07 -0500 (Wed, 07 Mar 2007)
New Revision: 61198

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessBean.java
Log:
[EJBTHREE-905] expanded SessionContext test

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessBean.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessBean.java	2007-03-07 15:35:39 UTC (rev 61197)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbcontext/StatelessBean.java	2007-03-07 16:11:07 UTC (rev 61198)
@@ -110,6 +110,10 @@
       state = sameBean.getState();
       if (!state.equals("testSessionContext"))
          throw new Exception("EJBObject does not match originating bean: " + state + " != " + "testSessionContext");
+   
+      this.ejbLocalObject.noop();
+      
+      this.ejbObject.noop();
    }
    
    @PostConstruct




More information about the jboss-cvs-commits mailing list