[jboss-cvs] JBossAS SVN: r72372 - projects/ejb3/trunk/core/src/test/resources/test/interceptors/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 17 11:50:38 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-04-17 11:50:37 -0400 (Thu, 17 Apr 2008)
New Revision: 72372

Modified:
   projects/ejb3/trunk/core/src/test/resources/test/interceptors/META-INF/ejb-jar.xml
Log:
[EJBTHREE-1300] Interceptor-binding was using wrong name for bean

Modified: projects/ejb3/trunk/core/src/test/resources/test/interceptors/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test/interceptors/META-INF/ejb-jar.xml	2008-04-17 15:30:15 UTC (rev 72371)
+++ projects/ejb3/trunk/core/src/test/resources/test/interceptors/META-INF/ejb-jar.xml	2008-04-17 15:50:37 UTC (rev 72372)
@@ -62,7 +62,7 @@
          <interceptor-class>org.jboss.ejb3.test.interceptors.XMLInterceptor</interceptor-class>
       </interceptor-binding>
       <interceptor-binding>
-         <ejb-name>org.jboss.ejb3.test.interceptors.MySessionBean</ejb-name>
+         <ejb-name>MySessionBean</ejb-name>
             <interceptor-order>
 		         <interceptor-class>org.jboss.ejb3.test.interceptors.MyInterceptor</interceptor-class>
 		         <interceptor-class>org.jboss.ejb3.test.interceptors.XMLInterceptor</interceptor-class>




More information about the jboss-cvs-commits mailing list