[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-1514) Create mechanism to obtain Proxy Factory of Container from @LocalBinding/@RemoteBinding
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Mar 4 03:28:22 EST 2009
[ https://jira.jboss.org/jira/browse/EJBTHREE-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger resolved EJBTHREE-1514.
-------------------------------------------
Resolution: Done
Was done alongside refactoring in EJBTHREE-1641.
> Create mechanism to obtain Proxy Factory of Container from @LocalBinding/@RemoteBinding
> ---------------------------------------------------------------------------------------
>
> Key: EJBTHREE-1514
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1514
> Project: EJB 3.0
> Issue Type: Task
> Components: core, proxy
> Reporter: Andrew Lee Rubinger
> Assignee: Andrew Lee Rubinger
> Fix For: Unscheduled
>
>
> @see http://fisheye.jboss.org/changelog/JBossAS/?cs=79056
> "protected SessionProxyFactory getProxyFactory(RemoteBinding binding)" exists in the Containers, and currently creates a new Proxy Factory each time. We need to be keeping track of each Proxy Factory registered in the JNDI Registrar keyed by its binding so we may retrieve them instead of making all this unnecessary recreation
--
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