Object Store Browser Log record type handlers should be configurable
via a system property
------------------------------------------------------------------------------------------
Key: JBTM-995
URL:
https://issues.jboss.org/browse/JBTM-995
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tooling
Affects Versions: 4.16.0.Beta1
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 4.16.0.Final
MBeans for exposing log records can be configured by:
1) calling setTypes(hash map of log record type to java class name for handling the type)
on the ObjStore browser, or
2) via the manifest for the JBossTS jar
In AS7 we call setTypes with a hardcoded map from ArjunaTransactionManagerService. Since
it is not feasible to update the ts jar manifest we need a more configurable way of
defining the types (this is particularly relevant for exposing SubordinateAtomicAction
created in support of JBTM-895.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: