-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
According to audit-log.txt
"ops" : [{ "operation" : "composite", "address" : [], "steps" : [{ "address" : [ { "subsystem" : "resource-adapters" }, { "resource-adapter" : "test-adapter" }, { "connection-definitions" : "test-definitions" } ], "operation" : "write-attribute", "name" : "capacity-decrementer-properties", "value" : [{ "WaterMark" : "753" }] }], "operation-headers" : {"access-mechanism" : "HTTP"} }]
web console calls write-attribute instead of map-put which leads to type conversion from [("Watermark" => "753")] to {"Watermark" => "753"} after reload and may
bring unforeseen consequences in the future.
- clones
-
JBEAP-4767 Web console should add capacity-(de|in)crementer-properties of resource adapter connection definitions using map-put operation instead of write-attribute operation
- Closed