How have are accessing the multiple beans? If you're directly accessing the
beans from the client, then unless a UserTransaction is used, each call to
the bean is encapsulated by a new transaction.

The solution to this problem can be:
1. Use user transactions (generally not recommended)
2. Use session beans such that all the changes are made in one method call
of the session bean.

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