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).

[383 byte] By [705459] at [2007-11-25 8:42:31]
# 1
The container is required to call these methods. You aren't required to do anything in them, but iAS is required to call them to preserve transactional integrity.David
708857 at 2007-7-1 15:21:57 > top of Java-index,Application & Integration Servers,Application Servers...