On Jul 14, 2004, at 5:03 PM, Jeremy Boynes wrote:

toby cabot wrote:

I guess I should ask first if this functionality (i.e. remote JNDI and
EJB calls) is even implemented, maybe I'm trying something that's not
built yet.  If it's supposed to work I'd welcome any tips people can
offer.

I don't believe it's there yet.

It does, but geronimo and openejb currently have separate jndi providers. If you use these settings instead, it should work:


<sysproperty
    key="java.naming.factory.initial"
    value="org.openejb.client.RemoteInitialContextFactory"/>

<sysproperty
    key="java.naming.provider.url"
    value="25.14.3.92:4201"/>


-dain



Reply via email to