Hi All,
The scenerio here is
JSP - Session Bean - Entity Bean - Oracle database
Application Server - Websphere
I am getting CORBA.TRANSACTION_ROLLEDBACK exception when the CMP entity bean is interacting with database.
This exception is being thrown whenever there is an error in database side while inserting or updating the data through Entity Beans.
My question is how to trap the specific database error in
EJB client wherein I am always getting TRANSACTION_ROLLEDBACK exception which doesn't specify the exact error.
Thanks in advance for reply.
Kamal