Hi, I'm working on a use case where services that are defined as remote ejbs could be accessed by an ejb in the same container through dependency injection. My question is: Will OpenEJB give me the actual object in the JVM or the object I would retrieve when I access the ejb from another source (the stub and sekeleton thing for remote procedure calls).
I assume the last one which would adulterate the performance of the application. It is possible to solve this problem without to give up the di? I can't use the local annotation since the service could be accessed from the outside. Hope you can help me. Best regards Superhans -- View this message in context: http://openejb.979440.n4.nabble.com/Access-the-local-instance-of-a-remote-ejb-tp4658727.html Sent from the OpenEJB User mailing list archive at Nabble.com.