[jboss-cvs] JBossAS SVN: r66143 - trunk/ejb3/src/resources/test/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 15 18:43:43 EDT 2007


Author: ALRubinger
Date: 2007-10-15 18:43:43 -0400 (Mon, 15 Oct 2007)
New Revision: 66143

Modified:
   trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
EJBTHREE-1063: Removed duplicate declaration of CallerFacadeTargetSFSB in both ejb-jar.xml and annotations; now annotation alone

Modified: trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-10-15 21:56:41 UTC (rev 66142)
+++ trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-10-15 22:43:43 UTC (rev 66143)
@@ -30,8 +30,6 @@
       </session>
       <session>
          <ejb-name>CallerFacadeTargetSFSB</ejb-name>
-         <ejb-class>org.jboss.ejb3.test.security.CallerFacadeBean</ejb-class>
-         <session-type>Stateless</session-type>
          <transaction-type>Container</transaction-type>
          <security-role-ref>
             <role-name>EchoCaller</role-name>




More information about the jboss-cvs-commits mailing list