Hi All,
I am unable to set the session timeout for statefull session bean in deployment descriptor, ie in XML.
In our appln, we are using Iplanet as web server and Weblogic as appserver. we are able to set session timeout in Iplanet configuraion menu, but not able to set for bean in the descriptor. After defaul time, the
EJB container deletes the bean.
Now when i try to invoke the handle(of statefull session bean) thru a remote object from the
servlet say after some time,(the time greater than session time)(The servlet is invoked from the front end) I am getting NoObjectFoundException.
session timed out is happening. Kindly le me know how to set the session timeout for statefull bean in deployment descriptor so that container reads it and act accordingly.
Thanks,
good day,
Rajesh