which name is in the logs? lines look like "Jndi(....)"
- Romain 2012/6/14 slawek <[email protected]> > Hello, > I'm still testing this configuration and just switch local call bean to > remote call repleacing: > p.put(Context.INITIAL_CONTEXT_FACTORY, > "org.apache.openejb.client.LocalInitialContextFactory"); > to > p.put(Context.INITIAL_CONTEXT_FACTORY, > "org.apache.openejb.client.RemoteInitialContextFactory"); > p.put("java.naming.provider.url", "http://127.0.0.1:8080/tomee/ejb"); > > Now I got error: 2012-06-14 20:59:50 org.apache.openejb.client.EventLogger > log > SEVERE: RequestFailed{server=http://127.0.0.1:8080/tomee/ejb} > JNDI_LOOKUPnull:/OsakaImpRemote > Tomme jndi browser shows: JNDI Name OsakaImpRemote. > Local call ejb still works with name OsakaImpRemote. > > What is incorrect? > > Best regards. > sw > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/simple-db-jpa-ejb-servlet-tp4655596p4655620.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
