Hello EJB-INTEREST, How to store in HttpSession local statefull session bean interface? There's no way to get local interface handler (we can do it only for remote interface), so for now I store interface itself, but if during some method execution runtime exception occurs, EJB container tries to remove bean instance from pool, but he can't do it. I think it happens because of underlining EJB instance implements local interface itself, but local interface are being stored in session... Any ideas?
-- Best regards, Vadim mailto:[EMAIL PROTECTED] =========================================================================== 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".
