Hi All
Can some one please explain these two clauses with the psudo code if
possible
That will be of very great help
1. If the single method call involves multiple transactions
then instead of using multiple transactions in a single method call,
it is better to break the method into multiple methods,
with each of the multiple methods having its own container-managed
transaction.
2. You define a single transaction that "spans" multiple EJB method calls.
For example, you define a stateful session EJB that uses one method to
begin a transaction, and another method to commit or roll back a
transaction
How can we use the Bean Managed Transactions or the container managed
transactions in above scenarios......
Regards
Hemant
-----------------------Disclaimer------------------------
The views of the author may not necessarily reflect those
of the Company. All liability is excluded to the extent
permitted by law for any claims arising as a result of the
use of this medium to transmit information by or to
IT Solutions (India) Pvt. Ltd.
We have taken precautions to minimize the risk of
transmitting software viruses, but we advise you to
carry out your own virus checks on any attachment to
this message. We cannot accept liability for any loss or
damage caused by software viruses.
------------------------Disclaimer------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".