You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by agumbrecht <ag...@tomitribe.com> on 2014/04/30 11:18:17 UTC

Re: TomEE 1.6.0 Calling Remote EJB always throws NameNotFoundException

Hi Olivier,

Are your sure that your lookup url is correct?

p.put("java.naming.factory.initial",
"org.apache.openejb.client.RemoteInitialContextFactory");
p.put("java.naming.provider.url", "*http://localhost:8080/tomee/ejb*");

If you have two instances of TomEE running on the same host have you ensured
that they are configured for running on different ports?

Andy.



-----
    -- 
    Andy Gumbrecht

    http://www.tomitribe.com
    agumbrecht@tomitribe.com
    https://twitter.com/AndyGeeDe

    TomEE treibt Tomitribe ! | http://tomee.apache.org
--
View this message in context: http://openejb.979440.n4.nabble.com/TomEE-1-6-0-Calling-Remote-EJB-always-throws-NameNotFoundException-tp4669040p4669048.html
Sent from the OpenEJB User mailing list archive at Nabble.com.