Back-port to 3.1.x release. +++ This bug was initially created as a clone of Bug #997669 +++ Description of problem: The following thread pool configuration properties are missing/not exposed in JBoss ON: For Type: bounded-queue-thread-pool INT core-threads (nillable = true) INT queue-length (nillable = false) STRING handoff-executor (nillable = true) BOOLEAN allow-core-timeout (nillable = true) For Type: blocking-bounded-queue-thread-pool INT core-threads (nillable = true) INT queue-length (nillable = false) BOOLEAN allow-core-timeout (nillable = true) For Type: queueless-thread-pool STRING handoff-executor (nillable = true) Version-Release number of selected component (if applicable): 4.4.0.JON312GA How reproducible: Always Steps to Reproduce: 1. Create a thread pool for each type: bounded-queue-thread-pool, blocking-bounded-queue-thread-pool, and queueless-thread-pool. 2. Navigate to each thread pools configuration page Actual results: Unable to read/write the expected properties. Expected results: Able to specify all expected properties when creating thread pool from JBoss ON and able to read/write their values in the thread pools configuration page.
Closing as there will not be a 3.1.3 release. This is being tracked for 3.2 in 997669.