Hello Nicolai,

> Hmmmm, this is definitively the case because the file is not there any
> more.  However, this bean is being still refered to and one would expect
> it to serialize and passivate, then activate later on.  Never to just
> delete itself as long as the session is still open.  It doesn't make
> sense.

Yes it does make sense if you follow the SFSB semantic. The JBoss server is
not able to know if the "session" is still open.

IMHO you have two choices:
        - modify your SFSB settings, in this case <max-bean-life> which is, by
default, set to 1800 => 30 minutes (also check <remover-period> which is
also set to 30 minutes => SFSB lifetime is between 30 minutes and 1 hour)
        - If your idea of a session is strict enough, you may better switch to
entity beans.

Good luck. Cheers,



                                Sacha


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to