Hi All, It seems that getHandle method is not available if you use Local Interfaces (EJBLocalObject) though this method is available if we use remote interface (EJBObject). In my previous project we had stored the handle of stateful ejb in the HttpSession and we use to get an handle to Stateful session bean by using getHandle method.
Now we have decided to use Session Facade ( a stateful bean) so as to take the advantage of Local Interfaces. How do we handle this situation now? Regards, Milind =========================================================================== 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".
