Can it be important to call remove() on an EJB 3 stateless session bean? Perhaps on weblogic?
- by Michael Borgwardt
I'm in the process of migrating an EJB 2 application to EJB 3 (and what a satisfying task it is to delete all those deployment descriptors!). It used to run on Weblogic and now runs on Glassfish.
The task is going very smoothly, but one thing makes me wary: The current code takes great care to ensure that EJBObject.remove() is called on the bean…