Hallo, i'am using a paginator in my web application to save query result lists. The paginator is designed as Stateful Session Bean. There is only one paginator ejb for every user session - what means: all dialogs use the same paginator object. Nearly all dialogs save query results within the paginator, but some don't do. So long, all works fine!!!
Now the problem. Sometimes - i get the following error: EXCEPTION: javax.ejb.NoSuchEJBException: Stateful SessionBean has timed-out Root Cause: java.rmi.NoSuchObjectException : Stateful SessionBean has timed-out This is always the time when the dialog is inactive and waiting a longer time for the next input from the user (e.x. when testing and correcting errors, i sometimes work with eclipse ide, and then want to have a look again at the data in the application - than the error occurs). So, i think the reason might be that the timeouts for the session and the stateful ejb's may differ. Any hints if i can correct this by mysel? thanks in advance -- View this message in context: http://www.nabble.com/Stateful-SessionBean-has-timed-out-tp19567529s134p19567529.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
