Hi guys,
When i try to access my EJBs(running under Orion) from satand-alone
client...this is the error i am getting...

"cannot instantiate
class:com.evermind.server.ApplicationClientInitialContextFactory"...

the follwing is the code that i added in my client program
 
props.setProperty("java.naming.factory.initial","com.evermind.server.ApplicationClientInitialContextFactory");
  props.setProperty("java.naming.provider.url","ormi://localhost/nbiz1");
  props.setProperty("java.naming.security.principal","adminops");  
  props.setProperty("java.naming.security.credentials","thunderbird");
  InitialContext ic = new  InitialContext(props);

except this code i din't do any thing in the server-side or in the
client-side...what else i have to set to work this...

plz reply me soon if any one implements this...

any help will be appreciated...

Regards
MohanKrishna


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to