RE: Removing Stateful Session Beans

2001-02-02 Thread Luong, Tony S322
try myXYZ.remove(), the container will remove the bean whenever it get to it. ( there is no guarantee that the container will do it right away !!) -Original Message- From: Dean Hutchins [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:43 AM To: Orion-Interest Subject:

RE: Removing Stateful Session Beans

2001-02-01 Thread Russ White
The samples here are partial, and assume a good understanding of EJB and Servlets/JSP. :) 1) Despite what some older ejb texts say you should never ever store a reference to an EJBs remote interface in a session variable(See EJB2.0 Spec. Sections 5 6). Instead you should store a handle to the