[jboss-cvs] JBossAS SVN: r103687 - projects/ejb3/trunk/testsuite/src/test/resources/test/defaultremotebindings.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 8 05:40:10 EDT 2010


Author: jaikiran
Date: 2010-04-08 05:40:10 -0400 (Thu, 08 Apr 2010)
New Revision: 103687

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/defaultremotebindings/default-ejb3-interceptors-aop.xml
Log:
EJBTHREE-2073 Fixed the aop xml to extend from Intercepted Bean domain

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/defaultremotebindings/default-ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/defaultremotebindings/default-ejb3-interceptors-aop.xml	2010-04-08 09:39:33 UTC (rev 103686)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/defaultremotebindings/default-ejb3-interceptors-aop.xml	2010-04-08 09:40:10 UTC (rev 103687)
@@ -12,30 +12,7 @@
    <interceptor class="org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor" scope="PER_VM"/>
    <interceptor factory="org.jboss.ejb3.interceptor.EJB3InterceptorsFactory" scope="PER_CLASS_JOINPOINT"/-->
    
-   <domain name="Test Stateless Bean">
-      <bind pointcut="execution(public * *->*(..))">
-         <interceptor-ref name="org.jboss.ejb3.asynchronous.AsynchronousInterceptor"/>
-         <interceptor-ref name="org.jboss.ejb3.ENCPropagationInterceptor"/>
-         <interceptor-ref name="org.jboss.ejb3.security.AuthenticationInterceptorFactory"/>
-      </bind>
-      <bind pointcut="execution(public * @org.jboss.ejb3.annotation.SecurityDomain->*(..))">
-         <interceptor-ref name="Basic Authorization"/>
-      </bind>
-      <bind pointcut="execution(public * @javax.annotation.security.RunAs->*(..))">
-         <interceptor-ref name="org.jboss.ejb3.security.RunAsSecurityInterceptorFactory"/>
-      </bind>
-      <bind pointcut="execution(public * @org.jboss.ejb3.annotation.Clustered->*(..))">
-         <interceptor-ref name="org.jboss.ejb3.remoting.ReplicantsManagerInterceptorFactory"/>
-      </bind>
-      <bind pointcut="execution(public * *->*(..))">
-         <interceptor-ref name="org.jboss.ejb3.stateless.StatelessInstanceInterceptor"/>
-         <interceptor-ref name="org.jboss.aspects.tx.TxPropagationInterceptor"/>
-         <interceptor-ref name="org.jboss.ejb3.tx.BMTTxInterceptorFactory"/>
-         <interceptor-ref name="org.jboss.ejb3.tx.CMTTxInterceptorFactory"/>
-         <interceptor-ref name="org.jboss.ejb3.AllowedOperationsInterceptor"/>
-         <interceptor-ref name="org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor"/>
-         <!-- <interceptor-ref name="org.jboss.ejb3.interceptor.EJB3InterceptorsFactory"/>  -->
-      </bind>
+   <domain name="Test Stateless Bean" extends="Intercepted Bean" inheritBindings="true">
       <annotation expr="!class(@org.jboss.ejb3.annotation.JndiBindingPolicy)">
          @org.jboss.ejb3.annotation.JndiBindingPolicy (policy=org.jboss.ejb3.jndipolicy.impl.PackagingBasedJndiBindingPolicy.class)
       </annotation>




More information about the jboss-cvs-commits mailing list