]
Michael Musgrove edited comment on JBTM-2270 at 10/17/14 5:31 AM:
------------------------------------------------------------------
JTS participant records are not in-lined with the transaction log so they appear in a
separate part of the log store. The tooling only shows participants for JTA records which
do have their participants inlined.
Ondrej, is the Fix version field (6.0.0) ok?
I just noticed that Gytis is down as the assignee so I will let him update that field.
was (Author: mmusgrov):
JTS participant records are not in-lined with the transaction log so they appear in a
separate part of the log store. The tooling only shows participants for JTA records which
do have their participants inlined.
Ondrej, is the Fix version field (6.0.0) ok?
When expose-all-logs is used with JTS then no participant for
transaction is shown
-----------------------------------------------------------------------------------
Key: JBTM-2270
URL:
https://issues.jboss.org/browse/JBTM-2270
Project: JBoss Transaction Manager
Issue Type: Feature Request
Components: JTS
Affects Versions: 4.17.23
Reporter: Ondřej Chaloupka
Assignee: Gytis Trikleris
Fix For: 6.0.0
When expose-all-logs is set to true I'm not able to get any participants of the
listed transaction.
This is log from operation to get type of transaction and then see all participants.
Reading type of the transaction:
Succesful management operation {
"operation" => "read-attribute",
"address" => [
("subsystem" => "transactions"),
("log-store" => "log-store"),
("transactions" => "0:ffff0a280545:2d64af2f:54378290:3c")
],
"name" => "type"
} with result {
"outcome" => "success",
"result" => "CosTransactions/XAResourceRecord"
}
Getting participants:
Succesful management operation {
"operation" => "read-children-names",
"address" => [
("subsystem" => "transactions"),
("log-store" => "log-store"),
("transactions" => "0:ffff0a280545:2d64af2f:54378290:3c")
],
"child-type" => "participants"
} with result {
"outcome" => "success",
"result" => []
}