-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR13
-
Regression, Blocks Testing
-
-
-
-
-
-
-
Without initial-pool-size being set it's impossible to set other datasource pool attributes in web console.
This is regression compared to EAP 7.0.0.GA as well as 7.1.0.DR12.
This issue breaks web console part of EAP 7.0 RFE EAP7-178 Support capacity policies for JCA deployments
Console shows HTTP API error
Unknown error Unexpected HTTP response: 500 Request { "operation" => "composite", "address" => [], "steps" => [ { "address" => [ ("subsystem" => "datasources"), ("data-source" => "ExampleDS") ], "operation" => "write-attribute", "name" => "min-pool-size", "value" => undefined }, { "address" => [ ("subsystem" => "datasources"), ("data-source" => "ExampleDS") ], "operation" => "write-attribute", "name" => "initial-pool-size", "value" => undefined }, { "address" => [ ("subsystem" => "datasources"), ("data-source" => "ExampleDS") ], "operation" => "write-attribute", "name" => "max-pool-size", "value" => undefined } ] } Response Internal Server Error { "outcome" => "failed", "result" => { "step-1" => { "outcome" => "failed", "rolled-back" => true }, "step-2" => { "outcome" => "failed", "failure-description" => "WFLYJCA0045: failed to set attribute: null", "rolled-back" => true }, "step-3" => { "outcome" => "failed", "rolled-back" => true } }, "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "WFLYJCA0045: failed to set attribute: null"}}, "rolled-back" => true }
- is caused by
-
JBEAP-9298 Not able to undefine initial-pool-size attribute of datasource
- Closed
- is duplicated by
-
JBEAP-9510 It is not possible to edit incremeter/decrementer settings of datasource pool in Web Console
- Closed
- is incorporated by
-
JBEAP-9697 (7.1.0) Upgrade HAL to 2.9.5.Final
- Closed