Hi,
        I am facing a problem working with stateful session beans (SFSB).
Problem:
There are 2 links on the front end, one queries the database and caches =
the data in stateful session and bean and the other retrieves the data =
from the SFSB and displays it to the user.
Now the probelm is, if the user clicks the first link and immediately =
clicks on the second, we are getting re-entrant error.
This is because, the quering and cachcing data in SFSB takes a long time =
and before this is complete the request for display is coming in.
The basic objective is, the user need not wait till all the records are =
cached in the SFSB. He should be shown whatever data is available.

Can any one please give some solution or a workaround for this ?

TIA,
Anup B Darvatkat

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