Hi:
  Can some one tell me what will be the Contatiner behavior if a Session bean/MDB with 
CMT makes a call to another session/MDB with a BMT. Does the container suspend the 
calling bean's CMT while executing the BMT method of the other bean? If so, if there 
is a rollback of operations in the calling bean's method, will the BMT operations 
performed in the other bean also be rolled back automatically? Thanks.

Venkat

-----Original Message-----
From: Johan Eltes [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 11:22 AM
To: [EMAIL PROTECTED]
Subject: Re: Transaction questions


Hi Vincent,

In this perspective, MDBs are not different from stateless session beans.
BMT->CMT is OK
CMT->BMT is not ok, if the CMT method has started a transaction (which is
always the case by MDBs)

/Johan

Den 2003-03-21 05.07, skrev "Vincent Shek" <[EMAIL PROTECTED]>:

> Hi All,
>
> Quick question, can a MDB with bean managed transaction call other EJBs with
> container managed transactions and vice versa(MDB with cmt calling EJBs with
> bmt)?
>
> Thanks,
>
> Vincent
>
> ===========================================================================
> 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".
>

===========================================================================
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".

==========================================================================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".

Reply via email to