This content has been marked as final.
Show 2 replies
-
1. Re: ejbRemove on stateful session bean?
oz59 Feb 20, 2004 5:55 PM (in response to gue13)Greetings.
If a stateful bean times out while in the "passivated" state, ejbRemove will not be called - it goes directly to "does not exist". So yes, it pretty much "expires silently".
cheers. -
2. Re: ejbRemove on stateful session bean?
bondchan921 Dec 7, 2012 3:55 AM (in response to oz59)no wonder in my case, having no instances in the cache, and the create count is > 0, and the ejbRemove counter is 0