Hi all
As I understand.. When public stateless
Ejb method is called it will open its own transaction,
If this method will call other method on Dao/ ejb annotated with
New transaction will open.
How can I be sure that no other transaction will open,
Is there anyway I can restrict other methods to use same transaction?
The usecase:
I am writing abstract class that has "execute" method, this class will be implemented by other programmers.
Data written to the DB under "execute" method should be removed on error.
Thank you very much
Sharon
[ February 25, 2008: Message edited by: Sharon whipple ]