Quoting [EMAIL PROTECTED]:

> I've got some of the lookup working now, but <ejb-link> still fails:
> WORKS-->  lc = (Context)ctx.lookup("jnp://ttt1.ca.com:1099");
> WORKS-->  ho =
> (EJBHome)ctx.lookup("jnp://ttt1.ca.com:1099/S_STRESS_31Kps");
> FAILS---  ho = (EJBHome)ctx.lookup("java:/comp/ejb/S_STRESS_31K");

Wahoo, way cool :-)

I think I can easily fix the last one by applying a simple patch to the EJB 
object factory.

BTW, how did you fix your problems ?

Remy

Reply via email to