Stephen Fikes created JBJCA-1401:
------------------------------------
Summary: Avoid flushing pooled connections when matchManagedConnections
returns no match
Key: JBJCA-1401
URL:
https://issues.redhat.com/browse/JBJCA-1401
Project: IronJacamar
Issue Type: Feature Request
Components: Core
Affects Versions: 1.4.10
Reporter: Stephen Fikes
When no match is returned by the resource adapter implementation of
[
ManagedConnectionFactory.matchManagedConnections|https://docs.oracle.com/...],
the IronJacamar pool implementation [terminates non-matching
connections|https://github.com/ironjacamar/ironjacamar/blob/ironjacamar-1...].
There may be cases where resource adapters return {{null}} for cases where no connection
matches but where the connections in the match set are not invalid though a different
connection needs to be created based on the calling context ({{ConnectionRequestInfo}}).
A mechanism to avoid the termination of non-matching connections is needed to support such
cases.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)