[
https://issues.jboss.org/browse/JBTM-2308?page=com.atlassian.jira.plugin....
]
Michael Musgrove edited comment on JBTM-2308 at 6/5/15 5:45 AM:
----------------------------------------------------------------
Note that the junit tests for this work only asserted the creation of MBeans for the top
level log and is the reason why our testing produced a false positive. The fix needs to
make sure that the tests also assert the presence of MBeans for the participants.
was (Author: mmusgrov):
Note that the junit tests for this work only asserted the creation of MBeans for the top
level log and is the reason why our testing produced a false positive. The fix needs to
make sure that the tests also assert the presents of MBeans for the participants.
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.1.0
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}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)