[jboss-cvs] JBossAS SVN: r81597 - in projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml: session2/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 25 22:50:37 EST 2008


Author: ALRubinger
Date: 2008-11-25 22:50:37 -0500 (Tue, 25 Nov 2008)
New Revision: 81597

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session1/META-INF/ejb-jar.xml
   projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session2/META-INF/ejb-jar.xml
Log:
[EJBTHREE-1490] Use "business-remote" in place of "remote" in ejb-jar.xml to fix factoryxml tests

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session1/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session1/META-INF/ejb-jar.xml	2008-11-26 03:05:06 UTC (rev 81596)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session1/META-INF/ejb-jar.xml	2008-11-26 03:50:37 UTC (rev 81597)
@@ -8,7 +8,7 @@
    <enterprise-beans>
       <session>
          <ejb-name>Session1Bean</ejb-name>
-         <remote>org.jboss.ejb3.test.factoryxml.Session1</remote>
+         <business-remote>org.jboss.ejb3.test.factoryxml.Session1</business-remote>
          <ejb-class>org.jboss.ejb3.test.factoryxml.Session1Bean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
@@ -50,7 +50,7 @@
       </session>
       <session>
          <ejb-name>Stateful1Bean</ejb-name>
-         <remote>org.jboss.ejb3.test.factoryxml.Stateful1</remote>
+         <business-remote>org.jboss.ejb3.test.factoryxml.Stateful1</business-remote>
          <ejb-class>org.jboss.ejb3.test.factoryxml.Stateful1Bean</ejb-class>
          <session-type>Stateful</session-type>
          <transaction-type>Container</transaction-type>

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session2/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session2/META-INF/ejb-jar.xml	2008-11-26 03:05:06 UTC (rev 81596)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/factoryxml/session2/META-INF/ejb-jar.xml	2008-11-26 03:50:37 UTC (rev 81597)
@@ -8,7 +8,7 @@
    <enterprise-beans>
       <session>
          <ejb-name>Session2Bean</ejb-name>
-         <remote>org.jboss.ejb3.test.factoryxml.Session2</remote>
+         <business-remote>org.jboss.ejb3.test.factoryxml.Session2</business-remote>
          <ejb-class>org.jboss.ejb3.test.factoryxml.Session2Bean</ejb-class>
          <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>




More information about the jboss-cvs-commits mailing list