| Article: |
Bean-Managed Transaction Suspension in J2EE | |
| Subject: | Reason. | |
| Date: | 2005-07-28 16:02:57 | |
| From: | TS133T | |
|
Dmitri,
|
||
Showing messages 1 through 1 of 1.
-
Use case
2005-07-29 07:32:01 maximdim [View]
Well, pretty much the same use cases that will mandate using RequiresNew in CMT - say your code need to update something in DB and notify other application at the same time and notification should succeed even if DB operation fail (needs to be executed in separate Tx).


