Description of problem: The transactions subsystem has children resources currently not exposed for configuration by the RHQ plugin. Currently only the subsystem configuration is exposed. Here is an edited output from the EAP cli with the children structure: [standalone@localhost:9999 subsystem=transactions] pwd /subsystem=transactions [standalone@localhost:9999 subsystem=transactions] :read-resource-description(recursive=true) "children" => {"log-store" => { ... "children" => {"transactions" => { ... "children" => {"participants" => {
Exposed child data is transient ( runtime information about tx status )
Added sub-resources (log-store, transactions, and participants) for transactions subsystems for standalone server, Profile, and managed server resources. master branch commit: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=5b7a01f700c4242019e2015777b7f1ebfea771dd
reopened. only the log-store child resource is visible, while in CLI it has it'w own child resources - transactions and participants. Please get attached screenshot.
Created attachment 600298 [details] eap-transactions-childresources
The screenshot posted in comment #4 shows the resource definition (the template) and not the actual resources available for management. Please use ls and :read-resource() commands to check what children are actually created and available for management for a given resource. :read-resource-description() shows the definition of a resource and not the actual resource. Please use this command only to find possible children types, their cardinality, properties and their types, and resource description. Please retest, no code changes required.
thanks for detailed answer Stefan. verified!
Bulk close of old bugs in VERIFIED state.