When does the container fail to call the ejbRemove() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
When does the container fail to call the ejbRemove() method?
Rating:
The container fails to call the ejbRemove() method in the following conditions:
- The bean instance times out in the passive state.
- The server crashes before the call to the ejbRemove() method.
- An exception is thrown by the bean instance.
Rating:
Was this information helpful?
Other articles
- What is the create() method of the session bean's home interface?
- What is a JMS topic?
- What is ObjectNotFoundException?
- What is an ejbPostCreate<method>?
- Things to practice for Sun test CX310-090