RE: Orion Server java:comp/env?

2000-09-21 Thread Khan Kamran
Title: RE: Orion Server java:comp/env? Hi All, I just wanted to know why we use java:comp/env before actual bean name for looking through JNDI. Once i had a problem with it. When i was using java:comp/env when a error was comming when looking the bean but when i removed java:comp/env and

Re: Orion Server java:comp/env?

2000-09-21 Thread Vlad Petric
Yes, if you specify a com.evermind.server.rmi.RMIInitialContext as the java.naming.factory.initial in the jndi.properties file (or in the InitialContext's constructor). But keep in mind that your application-client.xml files will be simply ignored. Vlad > Hi! > > I just wonder, is that possible

Re: Orion Server java:comp/env?

2000-09-21 Thread Sven van 't Veer
Blasius Lofi Dewanto wrote: > > Hi! > > I just wonder, is that possible to > make the lookup from "the client program" > without java:comp/env? > > The problem is, I want to write an EJB application > that can use JOnAs and Orion as the container. > JOnAs's JNDI does not support java:comp/env