RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Pavan Dinavahi
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Graesser Sent: Monday, September 10, 2001 8:30 PM To: Orion-Interest Subject: RE: Cross Linking ejb's from different Applications? I use a method like the one shown below to call an ejb

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Doug Graesser
I use a method like the one shown below to call an ejb from the same application, where the call looks like MyEJBHome home = (MyEJBHome ) getJNDIObject("ejb/MyEJB ", MemberPartHome.class); private Object getJNDIObject(String location, Class narrowClass) throws NamingException {

RE: Cross Linking ejb's from different Applications?

2001-09-10 Thread Kesav Kumar
Title: RE: Cross Linking ejb's from different Applications? Invoking ejb from different machine is same as invoking ejb from different application. For invoking ejb which got deployed in another application you have to provide the PROVIDER_URL in getting the while creating the in