-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA, 7.1.0.DR15
-
None
/subsystem=ejb3/strict-max-bean-instance-pool=test-pool:add(derive-size=none, max-pool-size=30L, timeout=8L, timeout-unit=SECONDS) { "outcome" => "failed", "failure-description" => "WFLYCTL0105: max-pool-size is invalid in combination with derive-size", "rolled-back" => true } /subsystem=ejb3/strict-max-bean-instance-pool=test-pool:add(max-pool-size=30L, timeout=8L, timeout-unit=SECONDS) {"outcome" => "success"} /subsystem=ejb3/strict-max-bean-instance-pool=test-pool:read-attribute(name=derive-size) { "outcome" => "success", "result" => "none" }
This is caused by max-pool-size and derive-size being declared as alternatives although this is not entirely true.
- is related to
-
JBEAP-7497 Cannot create bean pool with defined max pool size in Web Console
- Closed
- relates to
-
HAL-1196 Unable to create EJB3 bean pool with derive-size 'none'
- Resolved
-
JBEAP-4806 Unable to create EJB3 bean pool with derive-size 'none'
- Closed
-
JBEAP-6340 (7.1) Unable to create EJB3 bean pool with derive-size 'none'
- Closed