Thanks, I look forward to the final patch.
I placed jnp-client.jar in jdk1.3/jdk/lib/ext and removed a hand build jar
(containing only jnpURLContextFactory) in jakarta-tomcat-4.0/common/lib.
Finally, setting
"java.naming.factory.url.pkgs = org.apache.naming:org.jnp.interfaces".
Tim
Remy Maucherat writes:
> 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