[
https://jira.jboss.org/jira/browse/EJBTHREE-1773?page=com.atlassian.jira....
]
Andrew Lee Rubinger reopened EJBTHREE-1773:
-------------------------------------------
Invalid, proxies cannot support arbitrary methods as they may collide w/ EJB business
methods
Allow SFSB proxies to request non-business-method removal
---------------------------------------------------------
Key: EJBTHREE-1773
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1773
Project: EJB 3.0
Issue Type: Task
Components: core, proxy-impl, proxy-spi
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.1.3
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira