posted 22 years ago
before you call method of EJB, you must have the instance which implements remote/local interface.
then you call the method again, using the same instance, so that the EJB is still the original one(at least, looks like the same one. container may have mechanism to share EJBs).
the reference of instance may be kept in web tier session if we talk about web application.