Hi Romain, Below is the snip of code I have used. Properties properties = new Properties(); properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.core.OpenEJBInitialContextFactory"); final Context ctx = new InitialContext(properties);
When I use openejb: global/global local jndi lookup is successful -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Local-lookup-for-ejb-beans-tp4681498p4681506.html Sent from the TomEE Dev mailing list archive at Nabble.com.
