Hello everybody;
 
I am using the latest JOnAS, and I would like to now when exactly ejbPassivate/ejbActivate are called ?
 
I found out that Jonas execute ejbPassivate just after I finish invoke "getXXX" methods on my Entity Bean:
 
Example :  Entity Bean  "User"
 
Steps:
   
   1 ---->get Home interface
   2 ---->findbyPrimaryKey
   3 ---->getUserName
   4 end
 
I remark that ejbPassivat is executed by Jonas just after getUserName. is it normal ?
 
thanks lot...

Reply via email to