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

Reply via email to