-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.GA
-
None
It's not possible to enable statistics for datasource. When enable statistics are enabled by clicking in webconsole (Configuration: Subsystems Subsystem: Datasources Type: Non-XA Datasource: ExampleDS) I'm getting error The Data Source ExampleDS is still enabled. Please disabled it, to make changes to the configuration. (see attached images).
Enabling statistics should be free to be done either without the reload (for sure without enabling/disabling a datasource).
From jboss-cli.sh
"statistics-enabled" => { "type" => BOOLEAN, "description" => "define if runtime statistics is enabled or not.", "expressions-allowed" => true, "nillable" => true, "default" => false, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "no-services" },
- is blocked by
-
HAL-1176 Remove the need to disable a datasource in order to modify it
- Resolved
- is incorporated by
-
JBEAP-6032 (7.1.0) Upgrade HAL to 2.9.0.Alpha2
- Closed