[jboss-cvs] JBossAS SVN: r82337 - projects/ejb3/trunk/testsuite/src/test/resources/test/libdeployment/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 17 04:14:11 EST 2008


Author: ALRubinger
Date: 2008-12-17 04:14:10 -0500 (Wed, 17 Dec 2008)
New Revision: 82337

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/libdeployment/META-INF/ejb-jar.xml
Log:
[EJBTHREE-1241] Fix "libdeployment" tests

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/libdeployment/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/libdeployment/META-INF/ejb-jar.xml	2008-12-17 09:06:30 UTC (rev 82336)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/libdeployment/META-INF/ejb-jar.xml	2008-12-17 09:14:10 UTC (rev 82337)
@@ -8,7 +8,7 @@
    <enterprise-beans>
       <session>
          <ejb-name>StatefulBean</ejb-name>
-         <remote>org.jboss.ejb3.test.libdeployment.StatefulRemote</remote>
+         <business-remote>org.jboss.ejb3.test.libdeployment.StatefulRemote</business-remote>
          <ejb-class>org.jboss.ejb3.test.libdeployment.StatefulBean</ejb-class>
          <session-type>Stateful</session-type>
          <transaction-type>Container</transaction-type>




More information about the jboss-cvs-commits mailing list