Hi all,
My requirement is as follows :
I am using Weblogic 8.1 and Hibernate.
I have a SessionBean. From this Bean i make three create calls to hibernate. Two of the calls should be a part of the Transaction that the Session Bean has started. The third should have its own Transaction and should not be a part of the outer Transaction. Something like the transaction attribute of the third call is REQUIRES-NEW. I would also like the transaction that is started to be a part of the APP server's Transaction and not any other Transaction.
Can you help me out ??
Thanks,
Mrigank.
|