By "Remote EJB client apps" I mean a standalone app running a different machine from the Geronimo server accessing EJBs running on the Geronimo server.
What are the properties required for InitialContext for a remote EJB Client doing a JNDI lookup ?
Besides the stubs specific to the EJBs I need to call, what jar files do I need in the remote client JVMs classpath ?
I've seen in a few threads where it has been said that Geronimo doesn't have a Global JNDI namespace. If I understand this correctly all JNDI lookups (including those from remote EJB clients) must be done via java:comp/env. Is that correct ?
TIA
- Remote EJB client apps David Carew
- Re: Remote EJB client apps Aaron Mulder
- Re: Remote EJB client apps Gianny Damour
