On 7/18/07, David Blevins <[EMAIL PROTECTED]> wrote:
The LocalInitialContextFactory should be in openejb-core, yes. It's what is used to embed OpenEJB (the core container system) into your vm. It has no remote capabilities and runs fine without any of the server jars (just need openejb-loader, openejb-jee, openejb- javaagent, and openejb-core). Both client and container (a.k.a. "server") run together in the same VM.
...
The openejb-core jar is not needed to connect to a remote openejb instance. The RemoteInitialContextFactory is in the openejb-client jar and it has no dependencies on any other part of OpenEJB, not even the openejb-core jar.
Ah, you're right. I was completely mistaken. I thought about RemoteICF and was writing about LocalICF. Thanks for patience that let you explain the gory details to me. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
