InvokableContext.invoke is the ejb3-proxy view of a Container; API should be:
InvokableContext.invoke(SessionProxy, SerializableMethod, Object[])
..where SessionProxy replaces the current "Object" designation. SessionProxies must in turn support "getTarget()" which is currently supplied by StatefulSessionProxy.getSessionId().
- blocks
-
EJBTHREE-1765 Unify InvocationHandlers into one implementation
- Resolved