Why would a session bean use bean-managed transactions?
Created May 4, 2012
Jerry Smith
In some situations, it's necessary for a (stateful) session bean to selectively control which methods participate in transactions, and then take over the bundling of operations that form a logical unit of work.