]
Tom Jenkinson reassigned JBTM-2839:
-----------------------------------
Assignee: (was: Amos Feng)
Add ability to retrieve suppressed exceptions from
org.jboss.tm.ImportedTransaction
-----------------------------------------------------------------------------------
Key: JBTM-2839
URL:
https://issues.jboss.org/browse/JBTM-2839
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Application Server Integration
Reporter: David Lloyd
Priority: Major
In order to propagate complete failure information from subordinate to parent, we need a
method on {{org.jboss.tm.ImportedTransaction}} which allows us to get the suppressed
exceptions which occurred as a result of doPrepare and possibly also doOnePhaseCommit so
we can attach the cause to the message returned to the master.