Perhaps you have prepared statements in a JDBC connection that still
reference the deleted table/view that need to be released.

Dave

David Brown
Technical Director, Western Operations
GemStone Systems, Inc.
(760)510-2754
[EMAIL PROTECTED]
www.gemstone.com


-----Original Message-----
From: Albert [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 21, 2000 3:07 AM
To: [EMAIL PROTECTED]
Subject: Unexpected exception


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".

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