-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.ER5
I would like ask for changes in Configuration guide in section 12.2.1.1. Manage a Transaction.
First, please, a general request:
topic on transaction management is already part of developer guide. I think that would be better to have this only at one place. Could you please remove the manage a transaction section from developer guide and merge its content from there to this section in configuration guide (if some difference exists, and there could be - see JBEAP-2822)?
Then add reference from developer guide to configuration guide to this updated section.
Then particular changes would be:
- please change description hwo to iew transaction statistics in console. it was changed in EAP7 (probably from Runtime->Status->Subsystems->Transactions to sequence Runtime -> Status -> Subsystems -> Transactions)
- read participant of transaction should be rather command ls /profile=default//subsystem=transactions/log-store=log-store/transactions=0\:ffff7f000001\:-5470c5b\:53ba79de:29/participants. The current command is /profile=default/subsystem=transactions/log-store=log-store/transactions=0\:ffff7f000001\:-b66efc2\:4f9e6f8f\:9/participants=java\:\/JmsXA:read-resource rather shows detailed info about particular particpant. Such command could be mentioned in this section as well but with correct description.
- Recover a Transaction is not recover of a transaction but _ aparticipant_ of a
transaction. Please change the text in this way. - delete is delete of whole transaction and when deleted all participants are wiped out as well - this would be fine implement to the text on transaction deletion
- Recover a Transaction - should be mentioned that changed from heruristic to
prepare then later means that periodic recovery will try to run commit. - sentence "If one of the transaction's participants is heuristic" in a bit nonsence as recovery can be called only on participant not on whole transaction. Coulbe the text changed in this way?
- refresh the status of a transaction which needs recovery - the same as for recover, it's on participant not on whole transaction
- View Transaction Statistics - needs change of the description for webconsole and cli command example should be added
- clones
-
JBEAP-3440 Configuration guide: change under 12.2.1.1. Manage a Transaction
- Closed