Reading books and jBoss documentation I found that the stateful session bean
lifecycle is described not in a concrete manner.
So I'll try to set forth my understanding of it and will be pleased if any
guru will make necessary corrections:
1.
Of course stateful session bean removed programmatically, by call to
remove().
2.
But even if remove() wasn't called, stateful bean will be removed (not just
passivated!) after some timeout after the last access.
3.
But if any function got a handle to this bean - rule 2 is cancelled and bean
can be removed only by rule1
Am I right?
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user