Many app servers cache the entity beans, so even if you change the database,
your ejb still maintains the data it had before. There is usually a setting
in the configuration of the app server to turn on/off this caching.
Joel Shellman
Chief Software Architect
http://www.ants.com/90589781
> > From: Albert[SMTP:[EMAIL PROTECTED]]
> > Hi,
> >
> > I've written a read-only entity bean which return the item
> > description by
> > submitting the item code. Data was stored in Oracle database. It
worked
> > fine except that when I deleted a record from database, I could still
get
> > it
> > from bean. Why?? And how can I fix 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".