Hi,
I have a stateless session bean with Container Managed Transaction.
In my ejb method, I call DAO class and the DAO class performs databas e
operation.SQLException and Exception were caught in DAO class methods and
thrown as application exception,DAOException.
My question is "Will the EJB container still able to rollback the
transaction when an exception occured as the DAO method catches Exception
also? That is, is it ok to catch Exception in class methods called from EJB
method?
Thanks in advance,

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