[jboss-cvs] JBossAS SVN: r66379 - projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/ejb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 24 06:56:38 EDT 2007


Author: wolfc
Date: 2007-10-24 06:56:38 -0400 (Wed, 24 Oct 2007)
New Revision: 66379

Modified:
   projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/ejb/JBoss50_testService.xml
Log:
JBAS-4506: fixed jndi-name location

Modified: projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/ejb/JBoss50_testService.xml
===================================================================
--- projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/ejb/JBoss50_testService.xml	2007-10-24 10:56:19 UTC (rev 66378)
+++ projects/metadata/trunk/src/test/resources/org/jboss/test/metadata/ejb/JBoss50_testService.xml	2007-10-24 10:56:38 UTC (rev 66379)
@@ -19,22 +19,22 @@
             <ejb-ref-type>Session</ejb-ref-type>
             <remote>org.jboss.ejb3.test.service.StatelessRemote</remote>
             <ejb-link>StatelessBean</ejb-link>
+            <jndi-name>StatelessBean/remote</jndi-name>
             <injection-target>
                <injection-target-class>org.jboss.ejb3.test.service.ServiceSix</injection-target-class>
                <injection-target-name>stateless</injection-target-name>
             </injection-target>
-            <jndi-name>StatelessBean/remote</jndi-name>
          </ejb-ref>
          <ejb-local-ref>
             <ejb-ref-name>ejb/StatelessLocal</ejb-ref-name>
             <ejb-ref-type>Session</ejb-ref-type>
             <local>org.jboss.ejb3.test.service.StatelessLocal</local>
             <ejb-link>StatelessBean</ejb-link>
+            <jndi-name>StatelessBean/local</jndi-name>
             <injection-target>
                <injection-target-class>org.jboss.ejb3.test.service.ServiceSix</injection-target-class>
                <injection-target-name>setStatelessLocal</injection-target-name>
             </injection-target>
-            <jndi-name>StatelessBean/local</jndi-name>
          </ejb-local-ref>
          <resource-ref>
             <res-ref-name>testDatasource</res-ref-name>




More information about the jboss-cvs-commits mailing list