[jboss-cvs] JBossAS SVN: r78869 - in trunk/testsuite: src/resources/security-srp/ejb-inf and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 25 13:38:51 EDT 2008


Author: sguilhen at redhat.com
Date: 2008-09-25 13:38:51 -0400 (Thu, 25 Sep 2008)
New Revision: 78869

Modified:
   trunk/testsuite/build.xml
   trunk/testsuite/src/resources/security-srp/ejb-inf/jboss.xml
Log:
JBAS-5078: Re-enabled the SRP security tests. Changed the security-srp.jar's jboss.xml to include the PreSecurityInterceptor in the specified container.



Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-09-25 17:10:56 UTC (rev 78868)
+++ trunk/testsuite/build.xml	2008-09-25 17:38:51 UTC (rev 78869)
@@ -745,7 +745,6 @@
       <include name="**/test/jmx/test/RMIAdaptorAuthorizationUnitTestCase.class"/>
       <include name="**/test/perf/test/SecurePerfStressTestCase.class"/>
       <include name="**/test/timer/test/SecureTimerUnitTestCase.class"/>
-      <exclude name="**/test/security/test/SRP*.class"/>
       <include name="**/test/security/test/client/*UnitTestCase.class"/>
    </patternset>
    <patternset id="security.excludes">

Modified: trunk/testsuite/src/resources/security-srp/ejb-inf/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/security-srp/ejb-inf/jboss.xml	2008-09-25 17:10:56 UTC (rev 78868)
+++ trunk/testsuite/src/resources/security-srp/ejb-inf/jboss.xml	2008-09-25 17:38:51 UTC (rev 78869)
@@ -59,6 +59,7 @@
          <container-interceptors>
             <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
             <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
+            <interceptor>org.jboss.ejb.plugins.security.PreSecurityInterceptor</interceptor>
             <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
             <interceptor>org.jboss.test.security.interceptors.ServerEncryptionInterceptor</interceptor>
             <interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>




More information about the jboss-cvs-commits mailing list