I have created a small client software which connects to EJB-services
running on Orion, of course.

My program has a GUI "launcher" from which users can start client
objects. These objects use InitialContext to deliver user/password information 
to EJB-services. 

Everything works fine until user gives wrong username/passwd ...
Now since InitialContext is permanent threre is no way to change it
anymore unless user restarts the program, which is lame.

Code:
    Runtime r = Runtime.getRuntime();
    Process p = r.exec(" java myClass "); 

Works but is awfully slow. Any insights?

-- 
        Marko Viirelä, T&K-harjoittelija
        Sonera Operator Systems
        Email:          [EMAIL PROTECTED]
        Puhelin:        040-5456970

Reply via email to