Hi Karl --
Thanks very much for the info. The worst thing is, long before I sent
out that email, I did a (Unix) find in the orion directory to look for
the word 'naming' in any .properties files anywhere in the distribution...
well, looks like I mistyped something, huh? As you say, they're right
there in the examples. Sorry about that...
Gary
On Sun, 25 Jun 2000, Karl Avedal wrote:
> Hello Gary,
>
> Check out any of the EJB examples, for example the one in
> orion/demo/demo/ejb/cart/.
>
> There you will find a jndi.properties file with the correct properties (for an
> application client). It should look something like this:
>
>
>java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory
>
> java.naming.provider.url=ormi://<hostname>/<application-name>
> java.naming.security.principal=<username>
> java.naming.security.credentials=<password>
>
> Of course you need to replace the values in <> with real values.
>
> Since I saw that this info was pretty well hidden, I'll add an FAQ entry about
> it immediately.
Not as hidden as I thought it was!!! ;)
>
> Regards,
> Karl Avedal
>
> Gary Shea wrote:
>
> > Hi --
> >
> > This is one of those newbie questions, I know, but I can't find any
> > reference to what the java.naming.factory.initial value should be for Orion!
> >
> > TIA
> >
> > Gary
>
>