You should have a look at the EJB2.0 specification. Section 12.1.3 shows the lifecycle for bean managed persistence entity beans.
The container is only required to call ejbActivate() if the bean is being taken from the pooled state to the ready state. If the bean is already in the ready state and is assigned an entity object identity this transition is not required. The container may still call ejbLoad and ejbStore for the data to be synchronized with the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901791#3901791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901791 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
