users@glassfish.java.net

Re: Exception after ejbPassivate

From: <glassfish_at_javadesktop.org>
Date: Sat, 12 Jan 2008 23:17:33 PST

The SFSB is passivated after the period specified in "Cache Idle Timeout" (or the corresponding definition in your sun-ejb-jar.xml). The passivated instance is removed from disk after the period specified in "Removal Timeout" (or the corresponding definition in your sun-ejb-jar.xml).

I suspect that the second time you tried to access the bean was after the removal timeout, so you'd want to consider making it bigger.
[Message sent by forum member 'dkoper' (dkoper)]

http://forums.java.net/jive/thread.jspa?messageID=253581