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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 16 08:03:12 EDT 2008


Author: wolfc
Date: 2008-09-16 08:03:11 -0400 (Tue, 16 Sep 2008)
New Revision: 78579

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/bank/META-INF/ejb-jar.xml
Log:
EJBTHREE-1490: align the ejb-ref remote interface

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/bank/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/bank/META-INF/ejb-jar.xml	2008-09-16 10:06:54 UTC (rev 78578)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/bank/META-INF/ejb-jar.xml	2008-09-16 12:03:11 UTC (rev 78579)
@@ -17,7 +17,7 @@
          <ejb-ref>
             <ejb-ref-name>ejb/Bank</ejb-ref-name>
             <ejb-ref-type>Session</ejb-ref-type>
-            <remote>org.jboss.ejb3.test.bank.Bank</remote>
+            <remote>org.jboss.ejb3.test.bank.BankRemote</remote>
             <ejb-link>Bank</ejb-link>
             <injection-target>
                <injection-target-class>org.jboss.ejb3.test.bank.TellerBean</injection-target-class>




More information about the jboss-cvs-commits mailing list