-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
Current logic in SessionProxyInvocationHandlerBase attempts to find the Container by name in the local Ejb3Registrar, and if so, invokes upon it. In the case that a Container of the same name exists locally when the target is intended for @Remote, the call will be handled as @Local.
Create tests for this condition and fix.