Hi EJB Gurus,

   I have a requirement to optimize ejbLoad and
ejbStore for BMP entity beans.
It can be assumed that access to data is always using
entity beans.
 I have a dirty flag which I mark when a remote method
change any data.
 And during ejbStore callback I update the data in the
database only if the dirty flag is set.

I want to do the optimization of ejbLoad also.
My Question is
   1) Can there be at any point in time 2 EJBObjects
representing the same data/row in a single server.
        In that case I cannot optimize on ejbLoad.

I am using weblogic 4.5.1.

Thanks in advance
Arun


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

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