RE: How does orionconsole do it?? (remote EJBs)

2000-10-08 Thread Stanislav Maximov
Hello, is there a typo in provider URL? Should be "ormi:..." instead of "orim:...". stas@ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of James Ho Sent: Sunday, October 08, 2000 11:10 AM To: Orion-Interest Subject: How

Re: How does orionconsole do it?? (remote EJBs)

2000-10-08 Thread Al Fogleson
tamp/myHomeObject"), thisHome.class); and so on... maybe I am totally missing what you want to do though. :) Al - Original Message - From: "James Ho" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, October 08, 2000 3:10 AM Subject: How do

How does orionconsole do it?? (remote EJBs)

2000-10-08 Thread James Ho
Hi everyone, I am currently trying to access an remote EJB from a servlet. I had this, in my code.. env.put(Context.INITIAL_CONTEXT_FACTORY,"com.evermind.server.rmi.RMIInitialContextFactory"); env.put(Context.PROVIDER_URL,"orim://remoteserver/stamp");