Hello, I was wondering whats the use of container-managed transactions in Session Beans that dont implement the SessionSynchronization interface? This interface gives them a chance to undo their in-memory state, but without this interface, how can session beans undo changes in in-memory state ? Moreover, if session beans perform some database operations within a transaction, will it be automatically undone in case of a rollback ? Some books have examples that use bean-managed transactions with stateless session beans .... I dont understand their use at all ... because only some variables are changed during the transaction ... How can such a transaction ever go wrong ?? __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ =========================================================================== 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".
