I am using a stateless session bean(SLSB) to facade entity beans. The
question I have is about rollback in SLSB.
1. If an entity bean has been updated by ejbStore in SLSB, I know it will be
rollback by ejbLoad.
2. If an entity bean has been created by ejbCreate in SLSB, will it be
rollback by ejbRemove?
3. If an entity bean has been removed by ejbRemove in SLSB, will it be
rollback by ejbCreate?


Thanks!

Jim

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