For bean managed Transaction container do any transaction or programmer is the only responsible for transaction.
Valentin Tanase
Ranch Hand
Joined: Feb 17, 2005
Posts: 704
posted
0
Hi Yog,
It�s bean�s job to manage the transaction, the container doesn�t get involved at all. In order to do that you must set the bean's transactional attribute to TX_BEAN_MANAGED. Regards.