[jboss-jira] [JBoss JIRA] (AS7-1782) Provide management use cases and operations for the transaction subsystem
Heiko Braun (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Oct 18 08:47:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-1782:
-----------------------------
Description:
I cannot identify the use cases not the operation when looking at the current management exposure:
{noformat}
[standalone at localhost:9999 /] /subsystem=transactions:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"default-timeout" => 300,
"enable-statistics" => false,
"enable-tsm-status" => false,
"node-identifier" => "1",
"object-store-path" => "tx-object-store",
"object-store-relative-to" => "jboss.server.data.dir",
"path" => "var",
"process-id-socket-binding" => undefined,
"process-id-socket-max-ports" => 10,
"process-id-uuid" => true,
"recovery-listener" => false,
"relative-to" => "jboss.server.data.dir",
"socket-binding" => "txn-recovery-environment",
"status-socket-binding" => "txn-status-manager"
}
}
{noformat}
was:
I cannot identify the use cases not the operation when looking at the current management exposure:
{noformat}
[standalone at 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 at localhost:9999 /] /subsystem=transactions:read-operation-
read-operation-description read-operation-names
[standalone at 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}
> 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 at localhost:9999 /] /subsystem=transactions:read-resource(recursive=true)
> {
> "outcome" => "success",
> "result" => {
> "default-timeout" => 300,
> "enable-statistics" => false,
> "enable-tsm-status" => false,
> "node-identifier" => "1",
> "object-store-path" => "tx-object-store",
> "object-store-relative-to" => "jboss.server.data.dir",
> "path" => "var",
> "process-id-socket-binding" => undefined,
> "process-id-socket-max-ports" => 10,
> "process-id-uuid" => true,
> "recovery-listener" => false,
> "relative-to" => "jboss.server.data.dir",
> "socket-binding" => "txn-recovery-environment",
> "status-socket-binding" => "txn-status-manager"
> }
> }
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list