Description of problem: Thread pools of type bounded-queue-thread-pool and blocking-bounded-queue-thread-pool fail to be created due to missing queue-length property which is required. Version-Release number of selected component (if applicable): 4.4.0.JON312GA How reproducible: Always Steps to Reproduce: 1. Install, configure, and start EAP 6 standalone server. 2. Start JBoss ON system. 3. Import EAP 6 standalone server into inventory. 4. Configure EAP resource's connection properties. 5. Create a new *thread pool* with the minimum set of required properties for the EAP resource: Navigate to *JBossAS7 Standalone Servers / EAP (127.0.0.1:9990)* and right-clicking on *thread > Create Child -> Thread Pool*: *New Resource Name*: `TestBoundedPool` *Resource Configuration Template*: `Bounded Queue Thread Pool` *Max Threads*: `10` *Keepalive Time*: *Time*: `10` *Unit*: `seconds` Actual results: Thread pool is not created and child history page reports failure with the following error message: JBAS014746: queue-length may not be null, rolled-back=true Expected results: Queue Length should be a property value on the create wizard and the thread pool should be created successfully Additional info: I am not sure if thread pool configuration parameters have changed between versions or not so we should be careful here as I am not sure how we missed this in the original implementation.
*** Bug 997662 has been marked as a duplicate of this bug. ***
The BZ is a mix of two different issues(also 998058), but the fix for queue-length is in this commit to release/jon3.1.x: 9fd18e80cc73c3804. Because the configuration property mentions 'blocking-bounded-queue-thread-pool' as well I suggest applying the fix for 998058 alongside this one.
See https://bugzilla.redhat.com/show_bug.cgi?id=1003114 for minor issue around units designation when creating Thread Pool instances for EAP 6.0.0.GA.
Along with commit(e76d5a4) from BZ 998058 this should be available for testing for hotfix. Moving this to MODIFIED for testing in ER01.
Verified on Version: 3.2.0.ER2 Build Number: 9bf6f76:371eac0 Installed and imported EAP 6.1 standalone server. The Create New Resource of Type [ThreadPool] page has the property 'Queue Length'. Created thread pools of type bounded-queue-thread-pool and blocking-bounded-queue-thread-pool successfully by entering value in the requied 'Queue Length' property.