posted 19 years ago
When the client calls remove on a stateful bean and if the bean is passivated, what will happen? Will the bean be activated, ejbRemove() method called and then killed or directly killed from passivated state without activating and calling ejbRemove(). Is this a scenario where the ejbRemove() is missed?