The container always call ejbLoad, ejbStore
I have a EJB Entity (BMP). I set that the all business methods . Always when call a EJB Business Methods, the containers always run ejbStore, ejbLoad, ejbPassivate, ejbActivate.
What I want to know, this happens with all EJBs deployed on the different application servers or happens with only EJBs which are deployed on iPlanet Application Server (EE 6.0).

