[jboss-cvs] JBossAS SVN: r72574 - trunk/testsuite/src/resources/pooled.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 22 10:25:18 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-22 10:25:18 -0400 (Tue, 22 Apr 2008)
New Revision: 72574

Modified:
   trunk/testsuite/src/resources/pooled/jboss-service.xml
Log:
Fix the dependencies in the pooled test

Modified: trunk/testsuite/src/resources/pooled/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/pooled/jboss-service.xml	2008-04-22 14:21:34 UTC (rev 72573)
+++ trunk/testsuite/src/resources/pooled/jboss-service.xml	2008-04-22 14:25:18 UTC (rev 72574)
@@ -13,6 +13,7 @@
       <attribute name="TrustStorePass">unit-tests-server</attribute>
       <attribute name="Salt">abcdefgh</attribute>
       <attribute name="IterationCount">13</attribute>
+      <depends>jboss.security.tests:service=LoginConfig,policy=pooled-ssl</depends>
    </mbean>
 
    <mbean code="org.jboss.invocation.pooled.server.PooledInvoker"
@@ -40,6 +41,7 @@
          <property name="CiperSuites">TLS_DHE_DSS_WITH_AES_128_CBC_SHA</property>
          <property name="Protocols">SSLv2Hello,SSLv3,TLSv1</property>
       </attribute>
+      <depends>jboss.security.tests:service=LoginConfig,policy=pooled-ssl</depends>
    </mbean>
 
    <mbean code="org.jboss.security.auth.login.DynamicLoginConfig"




More information about the jboss-cvs-commits mailing list