-
Task
-
Resolution: Won't Do
-
Major
-
None
-
None
Add support to SessionProxy to enable:
Object proxy = jndiContext.lookup("MyBean/remote");
SessionProxy sProxy = (SessionProxy)proxy;
sProxy.removeTarget();
Additionally provide support in InvokableContext for the proxy to ask the container for removal.
- is related to
-
EJBTHREE-1777 Proxies may not support operations outside of Object.class and business interface methods
- Resolved