>
> The ejbCreate() of a stateless Session bean is called on the first
> client invocation of the create() method.  Subsequent create() calls
> by clients will not result in ejbCreate() method of a Stateless
> Session to be called.
>
On the other hand, business method invocations (on the remote interface) may
result in Bean.ejbCreate() being called without an immediately preceding
call to Home.create().

- Avi
--
s/\be(\w+)/e-\1/g;

===========================================================================
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