Actually..yes..that is what I meant. :)

> -----Original Message-----
> From: KirkYarina [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 27, 2000 1:11 PM
> To: Orion-Interest
> Subject: Re: EJB ClassCastException doesn't make sense..
> 
> 
> 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