I had my EJB's running in Orion server. I am accessing the server thru
Swing Clients. when running stand alone, i am able to access the server.
When i am using java web start i am facing problems..
In java forums they asked to put the following lines of code before
lookup...
ClassLoader loader = theApp.getClass().getClassLoader();
Thead.currentThread().setContextClassLoader(loader);

but it didn't work for me...my initial context lookup fails...

In an another instance,i was told to use RMIInitialContextfactory instead
of ApplicationClientContextfactory..When i tried that it is hanging when
tried to lookup...

can anyone help me in this?

kanda


Reply via email to