On Mon, Aug 16, 2010 at 11:20 AM, Eric Covener <[email protected]> wrote: > On Mon, Aug 16, 2010 at 2:06 AM, Gurkan Erdogdu <[email protected]> > wrote: >>>>>This proxy internally uses EJB >>>>>proxy instance that implements all of local interfaces. >> This may be internally handled by the OpenEJB. >> >> Look org.apache.openejb.core.ivm.EjbHomeProxyHandler class in >> container/openejb-core project. > > FYI I've confirmed that the container I'm working with really needs > the local interface when there's more than 1 local interface on the > EJB class, so I will try to introduce a safe mechanism to pass the > injected iface down. >
Realizing now that this is a bigger problem in actually retrieving the ejb instances from the context -- they're not interchangeable in the case that the container does not return EJBs capable of all local interfaces. -- Eric Covener [email protected]
