Is it possible to set the stateful session bean timeout value? How?
I'm getting this exception:
java.rmi.NoSuchObjectException: Not Found
On my JSP files, when EJB references stay in memory without being used, more that the timeout of OpenEJB... how can i for example set the default timeout for Session Stateful Beans equal to HttpSession timeout?
Thanks, Paulo
