Dear Jon Yes; the EAR or the WAR files that contains the EJB are being deployed before the WAR client (Contain the EJB Call).
The Servlet is using the below remote call: h.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.RemoteInitialContextFactory"); h.put(Context.PROVIDER_URL, "http://localhost:8080/tomee/ejb"); Should I use the "LocalInitialContextFactory" call in order to resolve the problem, and if yes which URL should I use? Thanks for your usual support. Best Regards -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
