Hide Forgot
Description of problem: following operations on 'logging' subsystem are failing - Set Root Logger - Change Root Logger - Remove Root Logger Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: a5e442c EAP6 ER5 How reproducible:always Steps to Reproduce: 1.import EAP6 in standalone mode 2.navigate to logging EAP6 subsystem, Operations 3.invoke all above operations Actual results: operations are failing JBAS014739: No handler for change-root-log-level at address [("subsystem" => "logging")] JBAS014739: No handler for remove-root-logger at address [("subsystem" => "logging")] JBAS014739: No handler for set-root-logger at address [("subsystem" => "logging")] Expected results: all operations should succeed Additional info:
I missed a few changes to the root logger during my earlier round of fixes as they added a few more methods specific to the root logger. I'm moving these operations and the config to it's own [Root Logger] node and making the root logger modifiable now.
I decided to revert these changes from my previous comment and remove support for all other ROOT logger operations as the resource-configuration section provides better support for all of these operations. There were several related commits but available in master builds from 4/23/12. Moving this to ON_QA.
Bulk closing of issues that were VERIFIED, had no target release and where the status changed more than a year ago.