Hi all,
I am currently working on a multiuser application. It is
J2EE app for processing of certain applications. It uses
jsp,
java classes and ejb's.
Currently we are facing problem that for some of the applications a particular stored procedure is not called successfully while for others it is getting called successfully. The jsp calls java helper class which in turn calls the EJB.
We are using a session bean and entity bean.
This procedure takes different time for processing different applications. Also it is a heavy procedure.
I suppose the problem is due to session time out. Would like to have your suggestions.