[jboss-cvs] JBossAS SVN: r72601 - trunk/testsuite/src/resources/pooled/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 23 00:07:32 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-04-23 00:07:31 -0400 (Wed, 23 Apr 2008)
New Revision: 72601

Modified:
   trunk/testsuite/src/resources/pooled/META-INF/jboss.xml
Log:
add the PreSecurityInterceptor

Modified: trunk/testsuite/src/resources/pooled/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/pooled/META-INF/jboss.xml	2008-04-23 03:12:22 UTC (rev 72600)
+++ trunk/testsuite/src/resources/pooled/META-INF/jboss.xml	2008-04-23 04:07:31 UTC (rev 72601)
@@ -81,6 +81,7 @@
           <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SSLSessionInterceptor</interceptor>
+           <interceptor>org.jboss.ejb.plugins.security.PreSecurityInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
           <!-- CMT -->
           <interceptor transaction="Container">org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>




More information about the jboss-cvs-commits mailing list