Hello,

i'm trying to access some ejb's from my webapp on another orion-server.

        jndi_props.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,...
        jndi_props.put(javax.naming.Context.SECURITY_PRINCIPAL,...
        jndi_props.put(javax.naming.Context.SECURITY_CREDENTIALS,...
        jndi_props.put(javax.naming.Context.PROVIDER_URL,...
        try {
           ic = new InitialContext(jndi_props);

but in the 'new InitialContext' i get a 'domain was null' exception!
what's wrong?

tia
  klaus

--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

 "Your mouse has moved.
  Windows must be restarted for the change to take effect."

Reply via email to