Hi,
1st: sorry, I was offline during the last week....
Juan: what do you mean by "inline"?
for loading the necessary class, yes, I mean the RMI-classloader (since
Orion provides class-loading via RMI in order to get the stubs/skeletons
to the server)
Cheers, Stefan
----- Original Message -----
From: "Juan Lorandi (Chile)" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, March 03, 2001 8:01 PM
Subject: RE: orion.jar needed for JNDI-lookup??
> inline
>
> > -----Original Message-----
> > From: Stefan Wendel [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 28, 2001 3:17 PM
> > To: Orion-Interest
> > Subject: Re: orion.jar needed for JNDI-lookup??
> >
> >
> > Hi Ernst,
> >
> > there is no superclass since InitialContextFactory is an
> > interface which is
> > implemented
> > by ApplicationClientInitialContextFactory directly (so every
> > vendor provides
> > his
> > own InitialContextFactoryClass...)
> >
> > It should work like this: when the class is needed it should
> > be loaded by
> > the class
> > loader over the net (this is a basic principle of JNDI: load
> > the "driver"
> > which is
> > needed for current application, if not already installed on
> > the client).
> Do you mean RMI???
>
> >
> > To be more specific with my error: I get an error from the
> > java.net.URLClassLoader which
> > says he(she...?) can't find the specific class
> > (ClassNotFoundException).
> >
> > Did I miss some setup somewhere ... ?
> >
> > Greetings, Stefan
> >
> >
> > ----- Original Message -----
> > From: "Ernst de Haan" <[EMAIL PROTECTED]>
> > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 28, 2001 3:54 PM
> > Subject: Re: orion.jar needed for JNDI-lookup??
> >
> >
> > > Hi Stefan,
> > >
> > > > we are running a Swing-application accessing via HTTP/RMI
> > > > to an EJB-server. To do the JNDI-lookup class
> > "com.evermind.server.ApplicationClientInitialContextFactory"
> > > > is used as describes in the orion-doc.
> > >
> > > Do you *need* to downcast to
> > ApplicationClientInitialContextFactory, or
> > can
> > > you perhaps use a superclass (InitialContextFactory) ? If
> > so, then you
> > only
> > > need the JNDI libraries.
> > >
> > > --
> > > Ernst
> > >
> >
> >
>