In an Entity Bean corresponding to ejbActivate() method please correct me if
my understanding is not correct:

A bean after creation goes to pool. If some client calls create then a bean
is picked up from the pool and then its ejbCreate() followed by
ejbPostCreate() is called. Now is come business mehtod is invokded it will
be executed. In this was ejbActivate() doesget a chance be executed so if I
want to ensure that the ejbActivate() must have been called before any
business method execution I must call ejbActivate() from the
ejbPostCreate().

Best regards
Amit K

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to