[jbossws-commits] JBossWS SVN: r15911 - in stack/native/trunk/modules/testsuite: shared-tests/src/test/etc and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 12 08:14:19 EDT 2012


Author: ropalka
Date: 2012-03-12 08:14:18 -0400 (Mon, 12 Mar 2012)
New Revision: 15911

Modified:
   stack/native/trunk/modules/testsuite/native-tests/src/test/etc/appclient.jndi.properties
   stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties
Log:
[JBWS-3435] configure thread pool bounds to be minimalistic

Modified: stack/native/trunk/modules/testsuite/native-tests/src/test/etc/appclient.jndi.properties
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/src/test/etc/appclient.jndi.properties	2012-03-12 09:24:04 UTC (rev 15910)
+++ stack/native/trunk/modules/testsuite/native-tests/src/test/etc/appclient.jndi.properties	2012-03-12 12:14:18 UTC (rev 15911)
@@ -3,3 +3,5 @@
 java.naming.provider.url=remote://@jboss.bind.address@:4448
 jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
 jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
+jboss.naming.client.endpoint.create.options.org.xnio.Options.WORKER_TASK_CORE_THREADS=1
+jboss.naming.client.endpoint.create.options.org.xnio.Options.WORKER_TASK_MAX_THREADS=4

Modified: stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties
===================================================================
--- stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties	2012-03-12 09:24:04 UTC (rev 15910)
+++ stack/native/trunk/modules/testsuite/shared-tests/src/test/etc/appclient.jndi.properties	2012-03-12 12:14:18 UTC (rev 15911)
@@ -3,3 +3,5 @@
 java.naming.provider.url=remote://@jboss.bind.address@:4448
 jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
 jboss.naming.client.security.callback.handler.class=org.jboss.wsf.test.CallbackHandler
+jboss.naming.client.endpoint.create.options.org.xnio.Options.WORKER_TASK_CORE_THREADS=1
+jboss.naming.client.endpoint.create.options.org.xnio.Options.WORKER_TASK_MAX_THREADS=4



More information about the jbossws-commits mailing list