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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 04:52:59 EST 2008


Author: ALRubinger
Date: 2008-11-03 04:52:58 -0500 (Mon, 03 Nov 2008)
New Revision: 80368

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

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/bmt/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/bmt/META-INF/ejb-jar.xml	2008-11-03 08:46:21 UTC (rev 80367)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/bmt/META-INF/ejb-jar.xml	2008-11-03 09:52:58 UTC (rev 80368)
@@ -10,21 +10,21 @@
    <enterprise-beans>
       <session>
          <ejb-name>DeploymentDescriptorTester</ejb-name>
-         <remote>org.jboss.ejb3.test.bmt.DeploymentDescriptorTesterRemote</remote>
+         <business-remote>org.jboss.ejb3.test.bmt.DeploymentDescriptorTesterRemote</business-remote>
          <ejb-class>org.jboss.ejb3.test.bmt.DeploymentDescriptorTesterBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
       </session>
       <session>
          <ejb-name>DeploymentDescriptorStateless</ejb-name>
-		 <local>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatelessLocal</local>
+		     <business-local>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatelessLocal</business-local>
          <ejb-class>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatelessBean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Bean</transaction-type>
       </session>
       <session>
          <ejb-name>DeploymentDescriptorStateful</ejb-name>
-         <local>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatefulLocal</local>
+         <business-local>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatefulLocal</business-local>
          <ejb-class>org.jboss.ejb3.test.bmt.DeploymentDescriptorStatefulBean</ejb-class>
          <session-type>Stateful</session-type>
          <transaction-type>Bean</transaction-type>




More information about the jboss-cvs-commits mailing list