Me too.  I added log entries for each time my Session EJB was created,
removed, passivated, activated, and written / read.  I saw it create a new
bean for each session (once I figured out how to get sessions working) and I
saw it passivate and write out beans when it reached the in memory max (40),
but even after the session was supposed to time out (60), it I never saw it
do a remove.  (I waited four hours, well, filled up the in mem max, ran a
couple more sessions and went to bed).  I would have to say that it does not
at this point release the EJBs when the session is over, it does not release
them even if you say they exist only for the request.

This is a problem.

----- Original Message -----
From: "Evan Jehu" <[EMAIL PROTECTED]>
To: "axis user mailing list" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 3:06 PM
Subject: Session cleanup


> Hi all,
>
> I have a session bean running as a stateful Axis web service, I was
> wondering if anybody knows how/if the session cleans up when it expires,
how
> that happens and if I have to perform any specific actions?
>
> Evan
>

Reply via email to