You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring query-timeout in a WildFly datasource the singleton TimerThread class is instantiated with contextClassLoader from the first client that uses a Connection preventing garbage collect Application ClassLoader on hot redeploy the app. I think TimerThread should be initialized with library class loader as contextClassLoader to avoid that.
The text was updated successfully, but these errors were encountered:
jasonex7
added a commit
to jasonex7/jTDS
that referenced
this issue
Oct 9, 2018
When configuring query-timeout in a WildFly datasource the singleton TimerThread class is instantiated with
contextClassLoader
from the first client that uses a Connection preventing garbage collect Application ClassLoader on hot redeploy the app. I think TimerThread should be initialized with library class loader ascontextClassLoader
to avoid that.The text was updated successfully, but these errors were encountered: