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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 17 07:10:42 EST 2008


Author: wolfc
Date: 2008-12-17 07:10:42 -0500 (Wed, 17 Dec 2008)
New Revision: 82341

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/unauthenticatedprincipal/META-INF/ejb-jar.xml
Log:
EJBTHREE-1241: proper specification of business remote interface

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/unauthenticatedprincipal/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/unauthenticatedprincipal/META-INF/ejb-jar.xml	2008-12-17 12:08:12 UTC (rev 82340)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/unauthenticatedprincipal/META-INF/ejb-jar.xml	2008-12-17 12:10:42 UTC (rev 82341)
@@ -7,7 +7,7 @@
   <enterprise-beans>
     <session>
       <ejb-name>StatelessBean</ejb-name>
-      <remote>org.jboss.ejb3.test.unauthenticatedprincipal.StatelessRemote</remote>
+      <business-remote>org.jboss.ejb3.test.unauthenticatedprincipal.StatelessRemote</business-remote>
       <ejb-class>org.jboss.ejb3.test.unauthenticatedprincipal.StatelessBean</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>




More information about the jboss-cvs-commits mailing list