Hi,
I use a stateful session bean (SalesPersonBean) to call two CMP entity
beans (SalesMemoMasterBean & ItemModelBean), one represents the master table
and the other represents the detail table in the database. I have a method
in session bean which calls the create() methods in the entity beans. It
works fine. But after I drop one of the underlying tables in database, the
following error comes :-
In SalesPersonBean : Unexpected exception in sales.ItemModelBean.create():
java.sql.SQLException: ORA-00942: table or view does not exist
Why does it say "Unexpected exception" and how should I handle it?? Thanx
in advance.
Albert
===========================================================================
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".