]
Stefano Maestri commented on AS7-1782:
--------------------------------------
Isn't more clear with subresources? See AS7-923, and let me know what other
informations needs.
Provide management use cases and operations for the transaction
subsystem
-------------------------------------------------------------------------
Key: AS7-1782
URL:
https://issues.jboss.org/browse/AS7-1782
Project: Application Server 7
Issue Type: Feature Request
Components: Transactions
Reporter: Heiko Braun
Assignee: Stefano Maestri
Fix For: 7.1.0.Beta1
I cannot identify the use cases not the operation when looking at the current management
exposure:
{noformat}
[standalone@localhost:9999 /] /subsystem=transactions:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"coordinator-environment" => {
"enable-statistics" => undefined,
"enable-tsm-status" => undefined,
"default-timeout" => 300
},
"core-environment" => {
"process-id" => {"uuid" => "uuid"},
"node-identifier" => undefined,
"relative-to" => undefined,
"path" => undefined
},
"object-store" => {
"relative-to" => undefined,
"path" => undefined
},
"recovery-environment" => {
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager",
"recovery-listener" => undefined
}
}
}
[standalone@localhost:9999 /] /subsystem=transactions:read-operation-
read-operation-description read-operation-names
[standalone@localhost:9999 /] /subsystem=transactions:read-operation-names
{
"outcome" => "success",
"result" => [
"add",
"read-attribute",
"read-children-names",
"read-children-resources",
"read-children-types",
"read-operation-description",
"read-operation-names",
"read-resource",
"read-resource-description",
"validate-address",
"write-attribute"
]
}
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: