> 2) Is there a best practice for handling exceptions and commit/rollback?
> Always commit on exception, or sometimes view exceptions as another kind
of
> return value / status report independent of transactions? Or throw
> EJBExceptions instead of application exceptions?

a side effect of throwing EJBExceptions instead of application exceptions
would be that as well as rolling back the transaction, the container also
removes the instance.

paul

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