[
https://issues.apache.org/jira/browse/GERONIMO-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498418
]
David Jencks commented on GERONIMO-3175:
----------------------------------------
URL lookups get new instance in rev 541113. AFAIK everything works but I'm
still thinking about the flag and how much of the old code to remove.
> jndi lookup of connection factories and urls is supposed to return a new
> instance each time
> -------------------------------------------------------------------------------------------
>
> Key: GERONIMO-3175
> URL: https://issues.apache.org/jira/browse/GERONIMO-3175
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: connector
> Affects Versions: 2.0-M6
> Reporter: David Jencks
> Assigned To: David Jencks
> Fix For: 2.0-M6
>
>
> We should think about whether we want a flag to turn off this "feature" and
> enable caching.
> Things that are needed to implement this:
> - ManagedConnectionFactoryWrapper.$getResource needs to return a new
> connection factory each time.
> - jndi tree needs to stop caching the first lookup (I'm not certain if it is
> actually doing this now)
> - we need a URL reference that when looked up returns a new URL.
> ResourceRefBuilder needs to install these in the jndi tree instead of the URL
> itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.