Posted By:
Anonymous
Posted On:
Monday, April 22, 2002 07:47 AM
Hi all,
I'm going to modify an application bringing a Db-access interface into a stateless session bean.
My idea is mark the trans-attribute, for stateless bean above, as "Mandatory" in way to leave the beginning of transaction to the caller of Db-access interface wich is forced to take part of already-created transaction
Callers will manage the transaction programmatically
Does someone know any drawback of this approach ?
Thanks for your help.
Pietro