Hello, how do you call one EJB from other EJB?? any configuration in deployment descriptor so that it can effectivel use the called EJB's instance?? TIA Manas
Calling one ejb from another is routine and done the same way as in any other client. To improve performance use Local Interfaces or ensure the Application Server is using pass-by-reference. If we are talking about Entity Beans then use the CMR features in EJB 2.0. [ December 11, 2002: Message edited by: Chris Mathews ]