]
Michael Musgrove reopened JBTM-2308:
------------------------------------
Added master to the target releases - waiting for PR 796
New JTS record types are not showing up in the tooling
------------------------------------------------------
Key: JBTM-2308
URL:
https://issues.jboss.org/browse/JBTM-2308
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Tooling
Affects Versions: 4.17.23, 5.0.3
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 4.17.27, 5.0.5
When a JTS transaction record has participants of type CosTransactions/XAResourceRecord
which are in the same object store then the tooling should create MBeans to represent them
as participants of the JTS record.
I have marked the type to enhancement since JTS participants do show up in the tooling
(using records that are in-lined with records of type
/StateManager/BasicAction/TwoPhaseCoordinator/ArjunaTransactionImple). Note that the
tooling implementation does not look at records of type CosTransactions/XAResourceRecord
(the only potentially useful information for the user here is the Xid and I will leave
that until someone asks for it).
What is missing is instrumentation for new types:
{code}
AssumedCompleteHeuristicTransaction
AssumedCompleteHeuristicServerTransaction
AssumedCompleteTransaction
AssumedCompleteServerTransaction
{code}