Re: When using beans for managing transactions (BMT) as opposed to EJB managed transactions (CMT), how to register with the resource manager?
Posted By:
Bozidar_Dangubic
Posted On:
Thursday, September 6, 2001 11:40 AM
app server should do it for you. so you do not have to set autocommit to off. let the app server handle everything associated with a transaction. once you start messing with its work, there is no telling how the app server will respond to that. app server is responsible for transactions so let it do all the work on your behalf.