At 11:27 AM 10/27/00 -0700, you wrote:

>Context context = new Context();

By any chance should this be new InitialContext() ?


>Object ref = context.lookup("java:comp/env/ejb/Test");
>TestHome th = (TestHome) PortableRemoteObject.narrow(ref, TestHome.class);
>Test t = th.create();
>t.test();


Kirk Yarina
[EMAIL PROTECTED]


Reply via email to