]
Scott Marlow resolved JBJCA-1394.
---------------------------------
Resolution: Done
getConnection is leaking application classloader
------------------------------------------------
Key: JBJCA-1394
URL:
https://issues.jboss.org/browse/JBJCA-1394
Project: IronJacamar
Issue Type: Bug
Reporter: Scott Marlow
Assignee: Scott Marlow
Priority: Blocker
Affected version=1.4.18.Final
see [
https://issues.jboss.org/browse/WFLY-12676] for more information, which is a leak
that I saw while investigating [
https://issues.jboss.org/browse/WFLY-12671].
[
https://github.com/ironjacamar/ironjacamar/blob/1.4/adapters/src/main/jav...]
saves the application classloader but never clears it (in the getConnection call).