If method A class mehod B, and method B's transaction attribute is
"REQUIERD", (as just one possible scenario), how does the container know when to
end the transaction?    MOre generally,

    a) since stateful session beans can hae a CMT-based transaction span
multiple methods, how does the container know when the transaction should end?
    b) I thought that an entity bean could not have a transaction span multiple
methods.  So how could any transaction attribute besdies REQUIED_NEW be legal?
REQUIRED and MANDATOREY allow or require a method touse a trnsaction which
already exists, which violates he idea of an entity bean having to execute one
mehtod in the scope of one transation, not multiple methods.

    WOuld someone pelase clarify this for me?  Thanks.


    Ken

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