[jboss-cvs] JBossAS SVN: r64408 - branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 1 15:41:42 EDT 2007


Author: bdecoste
Date: 2007-08-01 15:41:42 -0400 (Wed, 01 Aug 2007)
New Revision: 64408

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml
Log:
[EJBTHREE-1024] fix and test for multiplexed Context list() and listBindings()

Modified: branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml	2007-08-01 19:37:17 UTC (rev 64407)
+++ branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml	2007-08-01 19:41:42 UTC (rev 64408)
@@ -45,5 +45,14 @@
          <ejb-class>org.jboss.ejb3.test.stateful.StatefulClusteredTimeoutBean</ejb-class>
          <session-type>Stateful</session-type>
       </session>
+      <session>
+         <ejb-name>StatelessBean</ejb-name>
+         <ejb-local-ref>
+		    <ejb-ref-name>ejb/StatefulLocal</ejb-ref-name>
+		    <ejb-ref-type>Session</ejb-ref-type>
+            <local>org.jboss.ejb3.test.stateful.StatefulLocal</local>
+            <ejb-link>StatefulBean</ejb-link>
+         </ejb-local-ref>
+      </session>
    </enterprise-beans>
 </ejb-jar>




More information about the jboss-cvs-commits mailing list