-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
11.0.0.Final, 12.0.0.Final
-
None
It is not possible to set or modify attributes of a resource adapter pool. Problematic attributes are e.g. "min-pool-size", "max-pool-size", "pool-prefill", "idle-timeout-minutes", "blocking-timeout-wait-millis", ...
We tried to configure this via Admin Console and also via CLI comands (where CLI is connected to the server) and got same result in both cases.
Error
Failed to modify resource [ ("subsystem" => "resource-adapters"), ("resource-adapter" => "hlrps-adapter.rar"), ("connection-definitions" => "HLR_1.msp") ]
Unexpected HTTP response: 500
Request { "operation" => "composite", "address" => [], "steps" => [{ "address" => [ ("subsystem" => "resource-adapters"), ("resource-adapter" => "hlrps-adapter.rar"), ("connection-definitions" => "HLR_1.msp") ], "operation" => "write-attribute", "name" => "max-pool-size", "value" => 2 }] }
Response
Internal Server Error { "outcome" => "failed", "result" => {"step-1" => { "outcome" => "failed", "failure-description" => "WFLYJCA0045: failed to set attribute: Index: 0, Size: 0", "rolled-back" => true }}, "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYJCA0045: failed to set attribute: Index: 0, Size: 0"}}, "rolled-back" => true }
We also tried to do this in offline mode via CLI and succeeded.