[jboss-cvs] JBossAS SVN: r109687 - projects/ejb3/trunk/core/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 2 23:26:17 EST 2010


Author: jaikiran
Date: 2010-12-02 23:26:17 -0500 (Thu, 02 Dec 2010)
New Revision: 109687

Modified:
   projects/ejb3/trunk/core/src/main/resources/ejb3-interceptors-aop.xml
Log:
EJBTHREE-1721 Remove NopInterceptor from LocalClientInterceptor, now that the Async interceptor in that stack has been enabled. The NopInterceptor was added to the stack just as a temporary measure since a AOP stack needs atleast one interceptor

Modified: projects/ejb3/trunk/core/src/main/resources/ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/core/src/main/resources/ejb3-interceptors-aop.xml	2010-12-03 03:33:39 UTC (rev 109686)
+++ projects/ejb3/trunk/core/src/main/resources/ejb3-interceptors-aop.xml	2010-12-03 04:26:17 UTC (rev 109687)
@@ -16,8 +16,6 @@
    
    <stack name="LocalClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.async.impl.interceptor.AsynchronousInterceptorFactory" />
-      <!-- must have at least one interceptor for the stack to exist -->
-      <interceptor-ref name="org.jboss.ejb3.interceptors.aop.NopInterceptor"/>
    </stack>
 
    <stack name="ServiceClientInterceptors">



More information about the jboss-cvs-commits mailing list