While working on a project, from time to time, we might request the TransactionManager ‘Debug’ and ‘Trace’ events.
The Debug event is the one created by the org.jpos.transaction.Debug participant and looks like this:
1 | JCARD |
It basically dumps the Context. On the other hand, the Trace event usually comes after the Debug
(provided the TransactionManager’s trace property is set to true) and looks like this:
1 | txnmgr-1:2 |
UPDATE - in recent versions of jPOS, the Debug and Trace events are placed together by the TransactionManager.