I have two CMT questoins: 1. Okay, so my mehtodA, running inside a transaction, calls setRollbackOnly(). Since this is CMT, it is up to the container to do the rollback. When does it do that? SInce you can call getROllbackOnly(), it would appear that containers dn't check the rollback flag until the end of a transaction regardles of how many methods execute before that end is reached. 2. Regarding transaction attributes, since an Entitybean's method must each run in their own transactions, aren't requried and required new the only real choices for an EntityBean? It can't use mandatory because an entity bean's mehtod needs to run inside the scope of one transaction in order to ensure that the bean stays insync with the databse. What's the story ehre? 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".
