-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Transactions
The withTransaction method should return whatever the last invocation of the callback returns. And if the callback throws an exception, withTransaction should propagate it (maybe it already does).