[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1773) Allow SFSB proxies to request non-business-method removal
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Sat Mar 14 16:52:22 EDT 2009
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
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
More information about the jboss-jira
mailing list