[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-1773) Allow SFSB proxies to request non-business-method removal
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Mar 18 21:05:22 EDT 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger resolved EJBTHREE-1773.
-------------------------------------------
Resolution: Rejected
> 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
More information about the jboss-jira
mailing list